mirror of https://github.com/zulip/zulip.git
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:
parent
5f0cd901fc
commit
c4d84d1e5c
|
@ -895,6 +895,11 @@ input[type="checkbox"] {
|
|||
.config-download-text {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ind-tab {
|
||||
width: auto;
|
||||
min-width: 90px;
|
||||
}
|
||||
}
|
||||
|
||||
.bots_list {
|
||||
|
|
Loading…
Reference in New Issue