From 2788bad4b6bea3c93fa986014ea4c7a1b4919bb5 Mon Sep 17 00:00:00 2001 From: Andrea Chiapparelli - 4Science <andrea.chiapparelli@gmail.com> Date: Thu, 8 Mar 2018 18:18:48 +0100 Subject: [PATCH] fix (reverted from commit 0f5ca2efc50fa1d2aa966ebcbe432eb1fb60d252) --- .../notifications/notification/notification.component.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/app/shared/notifications/notification/notification.component.scss b/src/app/shared/notifications/notification/notification.component.scss index 91e1ffef03..8c4933d3e6 100644 --- a/src/app/shared/notifications/notification/notification.component.scss +++ b/src/app/shared/notifications/notification/notification.component.scss @@ -1,7 +1,3 @@ -.alert { - padding-bottom: 5px; -} - .notificationClose:focus { outline: none !important; } -- GitLab