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:
committed by
Sabe Jones
parent
9834afee4a
commit
ec6f53bb1b
@@ -75,6 +75,7 @@
|
||||
font-weight: bold;
|
||||
line-height: 1.33;
|
||||
text-align: right;
|
||||
white-space: nowrap;
|
||||
|
||||
&.green {
|
||||
color: $green-10;
|
||||
|
||||
Reference in New Issue
Block a user