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; + } +}