Merge pull request #2621 from mabashian/2620

Adjusted the padding on the alert modal body to 10px
This commit is contained in:
Michael Abashian 2016-06-27 09:38:17 -04:00 committed by GitHub
commit c6edf2958f

View File

@ -2264,3 +2264,7 @@ a:hover {
.ui-widget {
font-family: 'Open Sans';
}
.modal-body .alert {
padding: 10px;
}