Skip to content

Commit 7bf2131

Browse files
authored
Update styles after test
1 parent 8437ec5 commit 7bf2131

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 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,7 @@ body._in-resize {
391391
.data-grid-checkbox-cell {
392392
overflow: hidden;
393393
padding: 0;
394-
vertical-align: top;
394+
vertical-align: middle;
395395
width: @control-checkbox-radio__size + @data-grid-checkbox-cell-inner__padding-horizontal * 2;
396396

397397
&:hover {

0 commit comments

Comments
 (0)