From c4d84d1e5c5a2acfd9a0c3e3fd65454df52d30a7 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Fri, 5 Jul 2024 13:08:13 +0530 Subject: [PATCH] settings: Allow tabs in bots list to be wider. This commit changes the width of tabs in bots panel to be set as per the text inside it with the previous width being set as minimum width to avoid tabs being too small. --- web/styles/settings.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/styles/settings.css b/web/styles/settings.css index ba760973b0..d5a3663b55 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -895,6 +895,11 @@ input[type="checkbox"] { .config-download-text { margin-left: 5px; } + + .ind-tab { + width: auto; + min-width: 90px; + } } .bots_list {