Skip to content

Commit 1d1bb33

Browse files
authored
Fixed static tests fails
1 parent da46b6a commit 1d1bb33

File tree

1 file changed

+6
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

1 file changed

+6
-3
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payments.less

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@
6363
}
6464
}
6565
}
66-
66+
/**
67+
* @codingStandardsIgnoreStart
68+
*/
6769
#po_number {
6870
margin-bottom: 20px;
6971
}
72+
// @codingStandardsIgnoreEnd
7073
}
7174

7275
.payment-method-title {
@@ -116,9 +119,9 @@
116119
margin: 0 0 @indent__base;
117120

118121
.primary {
119-
.action-update {
120-
margin-right: 0;
122+
.action-update {
121123
margin-bottom: 20px;
124+
margin-right: 0;
122125
}
123126
}
124127

0 commit comments

Comments
 (0)