web/user: fix styling for clear all button in notification drawer

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-22 16:37:49 +01:00
parent 28eb7c03fa
commit 4c133b957c
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -50,6 +50,9 @@ export class NotificationDrawer extends AKElement {
.pf-c-notification-drawer__list-item-description { .pf-c-notification-drawer__list-item-description {
white-space: pre-wrap; white-space: pre-wrap;
} }
.pf-c-notification-drawer__footer {
margin: 1rem;
}
`, `,
); );
} }