mirror of https://github.com/zulip/zulip.git
(css) Remove #bots_list width setting.
The width setting was unintentional, and it interferes with the inline-block settings for the image and bot info. (imported from commit 741c82829efed00b6d47badcf14b26223b47a7a9)
This commit is contained in:
parent
bc4d7c687d
commit
f92b3a9129
|
@ -1981,7 +1981,6 @@ li.expanded_subject .subject_box {
|
||||||
#bots_list {
|
#bots_list {
|
||||||
display: none;
|
display: none;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
width: 550px;
|
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue