From 2b658d06023167627699fba974c0798ebe635544 Mon Sep 17 00:00:00 2001 From: Miguel Angel Mulero Martinez Date: Tue, 18 Feb 2020 08:41:49 +0100 Subject: [PATCH] Fix long texts problem in auxiliary tab --- src/css/tabs/auxiliary.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/css/tabs/auxiliary.css b/src/css/tabs/auxiliary.css index 4e937c7a..5f0cf7bf 100644 --- a/src/css/tabs/auxiliary.css +++ b/src/css/tabs/auxiliary.css @@ -71,6 +71,7 @@ .tab-auxiliary .mode .info { text-align: center; width: 10%; + white-space: nowrap; position: relative; background-color: #e4e4e4; border-bottom: 5px solid white; @@ -160,6 +161,7 @@ min-width: 90px; text-align: center; margin-top: -4px; + margin-left: 5px; } .tab-auxiliary .range .channel { @@ -185,9 +187,9 @@ .tab-auxiliary .range .channel-slider { float: left; - width: 80%; + width: 77%; margin-left: 20px; - margin-top: 1px; + margin-top: -4px; } .tab-auxiliary .mode .link .modeInfo {