mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Translation missing for Illegal flag on topic (#25603)
Followup to 95a2d285d3
Fixes a missing translation and also makes it so the
flag modal does not have a scrollbar when it opens.
This commit is contained in:
@@ -612,7 +612,12 @@
|
||||
}
|
||||
|
||||
.flag-modal-body {
|
||||
max-height: 450px;
|
||||
form {
|
||||
margin: 0;
|
||||
}
|
||||
.flag-action-type .controls .checkbox-label {
|
||||
margin-bottom: 0.25em;
|
||||
}
|
||||
.flag-action-type-details {
|
||||
width: 100%;
|
||||
// max-width: 500px;
|
||||
|
||||
Reference in New Issue
Block a user