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:
parent
28eb7c03fa
commit
4c133b957c
|
@ -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;
|
||||||
|
}
|
||||||
`,
|
`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue