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.
This commit is contained in:
Sahil Batra 2024-07-05 13:08:13 +05:30 committed by Tim Abbott
parent 5f0cd901fc
commit c4d84d1e5c
1 changed files with 5 additions and 0 deletions

View File

@ -895,6 +895,11 @@ input[type="checkbox"] {
.config-download-text {
margin-left: 5px;
}
.ind-tab {
width: auto;
min-width: 90px;
}
}
.bots_list {