Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit f9f6258

Browse files
Fix alignment issue with 'Add Coupon Code' button in WooCommerce Blocks checkout page (#9392)
Co-authored-by: Niels Lange <[email protected]>
1 parent 8693b45 commit f9f6258

File tree

1 file changed

+2
-6
lines changed
  • assets/js/base/components/sidebar-layout

1 file changed

+2
-6
lines changed

assets/js/base/components/sidebar-layout/style.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,11 @@
4949
.is-large {
5050
.wc-block-components-sidebar {
5151
.wc-block-components-totals-item,
52-
.wc-block-components-panel {
52+
.wc-block-components-panel,
53+
.wc-block-components-totals-coupon {
5354
padding-left: $gap;
5455
padding-right: $gap;
5556
}
56-
.wc-block-components-totals-coupon-link {
57-
margin-left: $gap;
58-
margin-right: $gap;
59-
}
60-
6157
.wc-block-components-panel {
6258
.wc-block-components-totals-item {
6359
padding: 0;

0 commit comments

Comments
 (0)