Skip to content

Commit bf0bf18

Browse files
MAGETWO-55283: Action buttons are sticky on Storefront Shopping Cart
1 parent 7fb098c commit bf0bf18

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,9 @@
391391
}
392392
}
393393
}
394+
395+
.action {
396+
margin-bottom: 10px;
397+
}
394398
}
395399
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,12 +1139,12 @@
11391139
}
11401140

11411141
.action {
1142-
&.continue {
1143-
float: left;
1142+
&.clear, &.update {
1143+
margin-left: @indent__s;
11441144
}
11451145

1146-
&.clear {
1147-
margin-right: @indent__s;
1146+
&.continue {
1147+
float: left;
11481148
}
11491149
}
11501150
}

0 commit comments

Comments
 (0)