Skip to content

Commit 991b914

Browse files
committed
Sort alphabetically the less properties
During deployment an error was thrown that the properties are not sorted alphabetically. This is now solved.
1 parent 4916152 commit 991b914

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Newsletter/web/css/source

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
}
4747

4848
input {
49-
padding: 0 0 0 35px; // Reset some default Safari padding values.
5049
margin-right: 35px;
50+
padding: 0 0 0 35px; // Reset some default Safari padding values.
5151
}
5252

5353
.title {

0 commit comments

Comments
 (0)