From ec6f53bb1becd6b6a67d7d3e5b6ab7a9f73ad29f Mon Sep 17 00:00:00 2001 From: Philip Karpiak Date: Sat, 24 Mar 2018 12:12:26 -0400 Subject: [PATCH] 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. --- website/client/components/inventory/equipment/attributesGrid.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/website/client/components/inventory/equipment/attributesGrid.vue b/website/client/components/inventory/equipment/attributesGrid.vue index 6cbacdd3a0..19e0a946b8 100644 --- a/website/client/components/inventory/equipment/attributesGrid.vue +++ b/website/client/components/inventory/equipment/attributesGrid.vue @@ -75,6 +75,7 @@ font-weight: bold; line-height: 1.33; text-align: right; + white-space: nowrap; &.green { color: $green-10;