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