mirror of https://github.com/zulip/zulip.git
message_edit: Set width to auto for propagate mode dropdown.
This commit sets the width to auto for propagate mode dropdown in the move message modal such that width is enough to fit all the options.
This commit is contained in:
parent
dd939bbbb8
commit
35aab1efed
|
@ -1555,7 +1555,7 @@ div.focused_table {
|
|||
|
||||
.message_edit_topic_propagate {
|
||||
display: inline-block;
|
||||
width: 320px;
|
||||
width: auto;
|
||||
margin-bottom: 10px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue