From b50320a4bc53b0f2ebaa1d498287eaf88bb50582 Mon Sep 17 00:00:00 2001 From: Urban Rotnik Date: Thu, 21 Feb 2019 15:15:33 +0100 Subject: [PATCH] Add margin for system notification modal --- app/assets/stylesheets/system_notifications.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/system_notifications.scss b/app/assets/stylesheets/system_notifications.scss index 5fa82beaf..18c14b86f 100644 --- a/app/assets/stylesheets/system_notifications.scss +++ b/app/assets/stylesheets/system_notifications.scss @@ -111,3 +111,11 @@ margin-top: 10px; } } +#manage-module-system-notification-modal { + .modal-title { + margin-left: 20px; + } + .modal-body { + margin: 20px; + } +}