diff --git a/notifications/notifications-sidebar/notification-sidebar.component.css b/notifications/notifications-sidebar/notification-sidebar.component.css index a624bb10..3b630511 100644 --- a/notifications/notifications-sidebar/notification-sidebar.component.css +++ b/notifications/notifications-sidebar/notification-sidebar.component.css @@ -30,7 +30,7 @@ color: #1a1a1a; font-size: 14px; top: 100px; - padding: 45px 0; + padding: 0; border: 1px solid var(--portal-main-color); width: 550px; } @@ -60,11 +60,11 @@ } #notifications .notification-list { - padding: 0 0 0 45px; + padding: 45px 0 45px 45px; } #notifications .notification-list:not(:last-child) { - height: 500px; + height: 440px; border-bottom: 1px solid #E4E4E4; }