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

View File

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