Skip to content

Commit 03a3450

Browse files
authored
ENGCOM-8342: 26133: Fixed - Coupon code text field not display in proper width in … #30405
2 parents 323676f + 5921bc4 commit 03a3450

File tree

1 file changed

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

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
.lib-icon-font-symbol(
268268
@_icon-font-content: @icon-trash
269269
);
270-
270+
271271
&:hover {
272272
.lib-css(text-decoration, @link__text-decoration);
273273
}
@@ -574,7 +574,7 @@
574574

575575
.widget {
576576
float: left;
577-
577+
578578
&.block {
579579
margin-bottom: @indent__base;
580580
}
@@ -727,9 +727,14 @@
727727
position: static;
728728
}
729729
}
730+
730731
&.discount {
731732
width: auto;
732733
}
734+
735+
.actions-toolbar {
736+
width: auto;
737+
}
733738
}
734739
}
735740

0 commit comments

Comments
 (0)