From 4ec6a905a7c6f15d626655bbaa2be5c5845dc335 Mon Sep 17 00:00:00 2001 From: lollilol Date: Sat, 9 May 2020 18:58:54 +0200 Subject: [PATCH] fixing sidebar animation (disabled text wrapping) --- public/css/modules/tabs/tabs.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/css/modules/tabs/tabs.css b/public/css/modules/tabs/tabs.css index 62effe2..d34fcc5 100644 --- a/public/css/modules/tabs/tabs.css +++ b/public/css/modules/tabs/tabs.css @@ -33,3 +33,8 @@ height: 156px; margin-bottom: 10px; } + +.main_tablinks_text { + overflow: hidden; + white-space: nowrap; +} \ No newline at end of file