Skip to content

Commit c21d6d7

Browse files
NIMBUS-233
1 parent 9a3e2b4 commit c21d6d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nimbus-sass-module",
3-
"version": "1.18.39",
3+
"version": "1.18.40",
44
"description": "",
55
"main": "",
66
"devDependencies": {

src/_nm.multigrid.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,8 @@ ng-component{
229229
width: 40px;
230230
}
231231
td:not(.dropdown) .ui-cell-data,
232-
td:not(.dropdown) > span {
232+
td:not(.dropdown) > span,
233+
td:not(.dropdown) > p-cellEditor > span {
233234
overflow: hidden;
234235
text-overflow: ellipsis;
235236
white-space: nowrap;

0 commit comments

Comments
 (0)