Skip to content

Commit 4381ce2

Browse files
committed
MAGETWO-98251 Sort properties alphabetically
1 parent d9e0cfd commit 4381ce2

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -994,10 +994,10 @@
994994
.action {
995995
&.delete {
996996
&:extend(.abs-remove-button-for-blocks all);
997+
line-height: unset;
997998
position: absolute;
998-
top: -1px;
999999
right: 0;
1000-
line-height: unset;
1000+
top: -1px;
10011001
width: auto;
10021002
}
10031003
}

0 commit comments

Comments
 (0)