Skip to content

Commit b5e3779

Browse files
authored
Coupon code style for very long codes (#2682)
1 parent 9ea0ba4 commit b5e3779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/public/src/components/OrderSummaryCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class OrderSummaryCard extends React.Component<Props> {
4444

4545
return (
4646
<div className="d-flex justify-content-between">
47-
<div className="flex-grow-1">
47+
<div className="flex-grow-1 w-75">
4848
Coupon applied (
4949
<em className="fw-bold text-primary">{discounts[0].discount_code}</em>{" "}
5050
)

0 commit comments

Comments
 (0)