mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user