Skip to content

Commit a26ca31

Browse files
committed
MAGETWO-98251 Sort properties alphabetically
1 parent dd33d87 commit a26ca31

File tree

1 file changed

+2
-2
lines changed
  • app/design/frontend/Magento/blank/Magento_Catalog/web/css/source

1 file changed

+2
-2
lines changed

app/design/frontend/Magento/blank/Magento_Catalog/web/css/source/_module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,10 +457,10 @@
457457
.action {
458458
&.delete {
459459
&:extend(.abs-remove-button-for-blocks all);
460+
line-height: unset;
460461
position: absolute;
461-
top: -1px;
462462
right: 0;
463-
line-height: unset;
463+
top: -1px;
464464
width: auto;
465465
}
466466
}

0 commit comments

Comments
 (0)