diff --git a/app/assets/stylesheets/desktop/modal.scss b/app/assets/stylesheets/desktop/modal.scss index b56637e2d21..0493f0cfda6 100644 --- a/app/assets/stylesheets/desktop/modal.scss +++ b/app/assets/stylesheets/desktop/modal.scss @@ -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;