From 968db92b81f86cb7cb77f2bae67881012f276641 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Sun, 21 Dec 2014 00:21:04 +0000 Subject: [PATCH] Update CSS so that AUX 10-12 fit without wrapping. --- tabs/receiver.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tabs/receiver.css b/tabs/receiver.css index f6cf9a1537..cf12c0340d 100644 --- a/tabs/receiver.css +++ b/tabs/receiver.css @@ -18,16 +18,17 @@ height: 22px; line-height: 20px; + white-space: nowrap; } .tab-receiver .bars .name { padding: 0 10px 0 0; - width: 40px; + width: 50px; text-align: right; } .tab-receiver .bars .meter { - width: calc(100% - 50px); + width: calc(100% - 60px); } .tab-receiver .bars .meter-bar { position: relative;