From 2b7c258cf3b87d619ccf892a64dac5c82248bc39 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Sat, 25 Feb 2017 01:51:33 -0500 Subject: [PATCH] Restore centering of modal headers --- scss/_gui.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_gui.scss b/scss/_gui.scss index 4fa3ecc45..965d7ce78 100644 --- a/scss/_gui.scss +++ b/scss/_gui.scss @@ -342,6 +342,7 @@ input[type="text"], input[type="search"] .modal__header { margin-bottom: 5px; + text-align: center; } .modal__buttons {