Skip to content

Commit 879705b

Browse files
Corrected code as per review comment
1 parent a2d99ee commit 879705b

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_progress-bar.less

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,9 @@
203203
@media only screen and (max-width: 600px) {
204204
.opc-progress-bar {
205205
.lib-css(margin, 0 0 @checkout-progress-bar__margin__mobile);
206-
counter-reset: i;
207-
display: block;
208-
font-size: 0;
206+
counter-reset: i; display: block; font-size: 0;
209207
}
208+
210209
.opc-progress-bar-item {
211210
.lib-css(width, @checkout-progress-bar-item__width__mobile);
212211
}

0 commit comments

Comments
 (0)