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; } ` );