UX: Restrict width of "reply where" modal (#18365)
Flex styling was causing the buttons to be too wide in some browsers.
This commit is contained in:
parent
88413c20d9
commit
e2ee6418c6
|
@ -279,6 +279,10 @@
|
|||
}
|
||||
|
||||
.reply-where-modal {
|
||||
.dialog-footer {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn {
|
||||
display: block;
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in New Issue