mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-13 07:13:18 +00:00
[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:
parent
408e1dccd7
commit
e9020555d1
1 changed files with 4 additions and 0 deletions
|
@ -143,6 +143,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.price-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.price-details-spacing {
|
||||
height: @line-height-computed / 2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue