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:
Sahil Batra 2022-10-07 13:21:59 +05:30 committed by Tim Abbott
parent dd939bbbb8
commit 35aab1efed
1 changed files with 1 additions and 1 deletions

View File

@ -1555,7 +1555,7 @@ div.focused_table {
.message_edit_topic_propagate {
display: inline-block;
width: 320px;
width: auto;
margin-bottom: 10px;
max-width: 100%;
}