FIX: edit category modal is too short

This commit is contained in:
Neil Lalonde 2013-12-03 17:24:25 -05:00
parent 3cfd2dd667
commit b622edad7d

View File

@ -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;