Restore centering of modal headers

This commit is contained in:
Alex Liebowitz 2017-02-25 01:51:33 -05:00
parent 7bce94b10d
commit 2b7c258cf3

View file

@ -342,6 +342,7 @@ input[type="text"], input[type="search"]
.modal__header { .modal__header {
margin-bottom: 5px; margin-bottom: 5px;
text-align: center;
} }
.modal__buttons { .modal__buttons {