From 394ad6ade5a27eb38414bc3cc0722fb9a4e24863 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 16 Jan 2021 18:22:25 +0100 Subject: [PATCH] web: wrap notifications desc --- web/src/elements/notifications/NotificationDrawer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/elements/notifications/NotificationDrawer.ts b/web/src/elements/notifications/NotificationDrawer.ts index bb3105ece..f82479263 100644 --- a/web/src/elements/notifications/NotificationDrawer.ts +++ b/web/src/elements/notifications/NotificationDrawer.ts @@ -23,7 +23,7 @@ export class NotificationDrawer extends LitElement { flex-direction: column; } .pf-c-notification-drawer__list-item-description { - white-space: pre; + white-space: pre-wrap; } ` );