Skip to content

Commit 51d7028

Browse files
MAGETWO-55283: Action buttons are sticky on Storefront Shopping Cart
1 parent d22f0ca commit 51d7028

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
}
394394

395395
.action {
396-
margin-bottom: 10px;
396+
margin-bottom: @indent__s;
397397
}
398398
}
399399
}

app/design/frontend/Magento/blank/web/css/source/_extends.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,8 @@
11391139
}
11401140

11411141
.action {
1142-
&.clear, &.update {
1142+
&.clear,
1143+
&.update {
11431144
margin-left: @indent__s;
11441145
}
11451146

0 commit comments

Comments
 (0)