Skip to content

Commit 0ee6449

Browse files
authored
Merge pull request #5811 from dark0q/master
fix ui-grid-expandable - columns mixing values after expand
2 parents 9849b83 + ea50360 commit 0ee6449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/less/body.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
.ui-grid-row {
3232
//position: absolute;
3333
// border-bottom: 1px solid @borderColor;
34+
clear: both; //prevent columns mixing after expand
3435

3536
&:nth-child(odd) .ui-grid-cell {
3637
background-color: @rowColorOdd; //rgb(253, 253, 253);

0 commit comments

Comments
 (0)