diff --git a/plasmoid/package/contents/ui/FullRepresentation.qml b/plasmoid/package/contents/ui/FullRepresentation.qml index ef3d73fb9..4a1da0bab 100644 --- a/plasmoid/package/contents/ui/FullRepresentation.qml +++ b/plasmoid/package/contents/ui/FullRepresentation.qml @@ -40,6 +40,8 @@ PlasmaExtras.Representation { spacing: Kirigami.Units.smallSpacing + clip: true + delegate: DeviceDelegate { width: parent.width }