From 0f5ca2efc50fa1d2aa966ebcbe432eb1fb60d252 Mon Sep 17 00:00:00 2001 From: Andrea Chiapparelli - 4Science Date: Thu, 8 Mar 2018 18:10:22 +0100 Subject: [PATCH] fix --- .../notifications/notification/notification.component.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; }