Skip to content

Commit 6912d14

Browse files
committed
fix(column-resizing): 100% width/height not needed on ui-grid-cell-contents, just ui-grid-inner-cell-contents
1 parent e097b9e commit 6912d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/less/cell.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
-o-text-overflow: ellipsis;
2222
text-overflow: ellipsis;
2323
overflow: hidden;
24-
height:100%;
25-
width:100%;
24+
// height:100%;
25+
// width:100%;
2626
}
2727

2828
.ui-grid-cell-contents-hidden {

0 commit comments

Comments
 (0)