web: wrap notifications desc

This commit is contained in:
Jens Langhammer 2021-01-16 18:22:25 +01:00
parent 4baf9e4a22
commit 394ad6ade5
1 changed files with 1 additions and 1 deletions

View File

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