Skip to content

Commit 668ad8a

Browse files
authored
ENGCOM-7281: Fix 27633 duplicate property style #27642
2 parents 5f33e66 + 3780183 commit 668ad8a

File tree

1 file changed

+1
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module

1 file changed

+1
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Ui/web/css/source/module/_data-grid.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ body._in-resize {
227227
font-size: @data-grid__font-size; // Rewrite old styles. Should be deleted afterwards
228228
line-height: @line-height__base;
229229
transition: @smooth__background-color;
230-
vertical-align: top;
230+
vertical-align: middle;
231231

232232
&._resizing {
233233
border-left: 1px solid @color-blue-pure;
@@ -391,7 +391,6 @@ body._in-resize {
391391
.data-grid-checkbox-cell {
392392
overflow: hidden;
393393
padding: 0;
394-
vertical-align: top;
395394
vertical-align: middle;
396395
width: @control-checkbox-radio__size + @data-grid-checkbox-cell-inner__padding-horizontal * 2;
397396

0 commit comments

Comments
 (0)