Make edit category modal a little taller so scroll bar is not rendered

This commit is contained in:
Neil Lalonde 2013-06-18 11:00:20 -04:00
parent eea00afb80
commit 7544e231c5

View File

@ -199,7 +199,7 @@
height: 350px; height: 350px;
} }
&.small .modal-body { &.small .modal-body {
height: 290px; height: 310px;
} }
.secure-category-options { .secure-category-options {
margin: 10px 0 0 16px; margin: 10px 0 0 16px;