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:
Philip Karpiak 2018-03-24 12:12:26 -04:00 committed by Sabe Jones
parent 9834afee4a
commit ec6f53bb1b

View file

@ -75,6 +75,7 @@
font-weight: bold;
line-height: 1.33;
text-align: right;
white-space: nowrap;
&.green {
color: $green-10;