From 4c133b957cb5652a9deb46b1a54b5ee59019fa1a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 22 Dec 2022 16:37:49 +0100 Subject: [PATCH] web/user: fix styling for clear all button in notification drawer Signed-off-by: Jens Langhammer --- web/src/elements/notifications/NotificationDrawer.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/elements/notifications/NotificationDrawer.ts b/web/src/elements/notifications/NotificationDrawer.ts index 854482627..ac811769e 100644 --- a/web/src/elements/notifications/NotificationDrawer.ts +++ b/web/src/elements/notifications/NotificationDrawer.ts @@ -50,6 +50,9 @@ export class NotificationDrawer extends AKElement { .pf-c-notification-drawer__list-item-description { white-space: pre-wrap; } + .pf-c-notification-drawer__footer { + margin: 1rem; + } `, ); }