diff --git a/src/app/shared/notifications/notification/notification.component.scss b/src/app/shared/notifications/notification/notification.component.scss index 8c4933d3e6..91e1ffef03 100644 --- a/src/app/shared/notifications/notification/notification.component.scss +++ b/src/app/shared/notifications/notification/notification.component.scss @@ -1,3 +1,7 @@ +.alert { + padding-bottom: 5px; +} + .notificationClose:focus { outline: none !important; }