From f4456bc3051184e2918aff5425d09d2a06fe478f Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 31 Mar 2021 09:45:22 +0000 Subject: [PATCH] [Library | Trunk]: Fix padding on notification preview git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60755 d315682c-612b-4755-9ff5-7f18f6832af3 --- .../notifications-sidebar/notification-sidebar.component.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/notifications/notifications-sidebar/notification-sidebar.component.css b/notifications/notifications-sidebar/notification-sidebar.component.css index 3b630511..93643659 100644 --- a/notifications/notifications-sidebar/notification-sidebar.component.css +++ b/notifications/notifications-sidebar/notification-sidebar.component.css @@ -83,7 +83,8 @@ } #notifications .notification { - padding: 0 45px; + padding: 45px 45px; + overflow: auto; } #notifications .uk-offcanvas-bar a {