web: wrap notifications desc
This commit is contained in:
parent
4baf9e4a22
commit
394ad6ade5
|
@ -23,7 +23,7 @@ export class NotificationDrawer extends LitElement {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.pf-c-notification-drawer__list-item-description {
|
.pf-c-notification-drawer__list-item-description {
|
||||||
white-space: pre;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
);
|
);
|
||||||
|
|
Reference in New Issue