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:
Penar Musaraj 2022-09-26 15:05:00 -04:00 committed by GitHub
parent 88413c20d9
commit e2ee6418c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -279,6 +279,10 @@
}
.reply-where-modal {
.dialog-footer {
display: block;
}
.btn {
display: block;
text-align: left;