diff --git a/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml b/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml index 1e17fe3123..a0651f531e 100644 --- a/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml +++ b/ui/app/AppLayouts/Chat/CommunityComponents/CategoryList.qml @@ -44,6 +44,7 @@ Column { font.weight: Font.Medium font.pixelSize: 15 anchors.left: parent.left + anchors.right: parent.right anchors.leftMargin: Style.current.halfPadding anchors.verticalCenter: parent.verticalCenter }