WEB-25 Increased modal height to break in whitespace

This commit is contained in:
Bruce Mayhew 2014-09-12 16:43:19 -04:00
parent 5f45e6e153
commit e5b142c2ce
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<ul> <ul>
<li>Nanne Baars (Developer)</li> <li>Nanne Baars (Developer)</li>
<li>Dave Cowden (Everything)</li> <li>Dave Cowden (Everything)</li>
<li>Keith Gasser (Survey)</li> <li>Keith Gasser (Survey/Security)</li>
<li>Li Simon (Developer)</li> <li>Li Simon (Developer)</li>
</ul> </ul>
</p> </p>

View File

@ -722,7 +722,7 @@ fieldset[disabled] .btn-warning.active {
margin-bottom: 5px; margin-bottom: 5px;
} }
.modal .modal-body.modal-scroll { .modal .modal-body.modal-scroll {
max-height: 350px; max-height: 375px;
overflow-y: auto; overflow-y: auto;
} }
/* ========================================================================== /* ==========================================================================