Skip to content

Commit a535faa

Browse files
author
Your Name
committed
26133: Fixed - Coupon code text field not display in proper width in Internet Explorer/EDGE browser
1 parent 68770fc commit a535faa

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,13 @@
727727
position: static;
728728
}
729729
}
730+
.content {
731+
.fieldset {
732+
.actions-toolbar {
733+
width: auto;
734+
}
735+
}
736+
}
730737
&.discount {
731738
width: auto;
732739
}

0 commit comments

Comments
 (0)