[web] Prevent line-breaks within prices (#17574)

* Set coupon-name column width to 70%

* Add `white-space: nowrap` to prices in price-summary.tsx

GitOrigin-RevId: 4b2297810c94c79b08be3fb0c560e280a451c468
This commit is contained in:
Antoine Clausse 2024-03-15 14:02:11 +01:00 committed by Copybot
parent 408e1dccd7
commit e9020555d1

View file

@ -143,6 +143,10 @@
}
}
.price-nowrap {
white-space: nowrap;
}
.price-details-spacing {
height: @line-height-computed / 2;
}