mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:38:47 +08:00
FIX: edit category modal is too short
This commit is contained in:
parent
3cfd2dd667
commit
b622edad7d
|
@ -225,10 +225,9 @@
|
|||
.edit-category-modal {
|
||||
.modal-body {
|
||||
position: relative;
|
||||
height: 350px;
|
||||
}
|
||||
&.small .modal-body {
|
||||
height: 310px;
|
||||
height: 420px;
|
||||
max-height: 420px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.secure-category-options {
|
||||
margin: 10px 0 0 16px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user