diff --git a/modules/notifications/Notification.qml b/modules/notifications/Notification.qml index ef098da8..bde947c5 100644 --- a/modules/notifications/Notification.qml +++ b/modules/notifications/Notification.qml @@ -391,6 +391,7 @@ StyledRect { color: Colours.palette.m3onSurfaceVariant font.pointSize: Appearance.font.size.small wrapMode: Text.WrapAtWordBoundaryOrAnywhere + height: text ? implicitHeight : 0 onLinkActivated: link => { if (!root.expanded)