mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Wrap attribute cell value text (#10161)
When they become floating point or have more than 3 charcters they wrap to the next line. This change prevents that.
This commit is contained in:
parent
9834afee4a
commit
ec6f53bb1b
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1.33;
|
line-height: 1.33;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
white-space: nowrap;
|
||||||
|
|
||||||
&.green {
|
&.green {
|
||||||
color: $green-10;
|
color: $green-10;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue