Skip to content

Commit

Permalink
Fix double min-width rule in the CSS bundle (#11960)
Browse files Browse the repository at this point in the history
  • Loading branch information
babich-a committed Feb 11, 2020
1 parent 4703178 commit 7f40055
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions styles/widgets/base/pivotGrid.less
Original file line number Diff line number Diff line change
Expand Up @@ -342,9 +342,7 @@
td.dx-white-space-column {
border-top: @PIVOTGRID_BORDER_WIDTH solid transparent;
background-color: @PIVOTGRID_TOTALCOLOR;
width: 24px;
padding: 0;
min-width: 24px;
}
}

Expand Down
5 changes: 5 additions & 0 deletions styles/widgets/ios7/pivotGrid.ios7.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@
.dx-pivotgrid-expanded .dx-expand {
.dx-icon(chevrondown);
}

.dx-pivotgrid .dx-area-tree-view td.dx-white-space-column {
width: 24px;
min-width: 24px;
}

0 comments on commit 7f40055

Please sign in to comment.