diff --git a/Modules/Notifications/Sidebar/Notif.qml b/Modules/Notifications/Sidebar/Notif.qml index f4b64ee..5ef7a42 100644 --- a/Modules/Notifications/Sidebar/Notif.qml +++ b/Modules/Notifications/Sidebar/Notif.qml @@ -89,6 +89,7 @@ CustomRect { anchors.leftMargin: 7 sourceComponent: CustomText { + textFormat: Text.StyledText text: root.modelData.body.replace(/\n/g, " ") color: root.modelData.urgency === "critical" ? DynamicColors.palette.m3secondary : DynamicColors.palette.m3outline elide: Text.ElideRight