We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea0ba4 commit b5e3779Copy full SHA for b5e3779
frontend/public/src/components/OrderSummaryCard.js
@@ -44,7 +44,7 @@ export class OrderSummaryCard extends React.Component<Props> {
44
45
return (
46
<div className="d-flex justify-content-between">
47
- <div className="flex-grow-1">
+ <div className="flex-grow-1 w-75">
48
Coupon applied (
49
<em className="fw-bold text-primary">{discounts[0].discount_code}</em>{" "}
50
)
0 commit comments