mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-19 20:28:53 +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;
|
||||
line-height: 1.33;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
|
||||
&.green {
|
||||
color: $green-10;
|
||||
|
|
|
|||
Loading…
Reference in a new issue