From 6029a030a817e56fc44864973fdbbdb0c809c974 Mon Sep 17 00:00:00 2001 From: moozzi Date: Thu, 12 Feb 2026 14:30:27 +0100 Subject: [PATCH] [style] Change topic activity width --- app/assets/stylesheets/components/topics.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components/topics.css b/app/assets/stylesheets/components/topics.css index 7f36f15..c4de2b8 100644 --- a/app/assets/stylesheets/components/topics.css +++ b/app/assets/stylesheets/components/topics.css @@ -77,7 +77,7 @@ width: 100px; } & .topic-activity { - width: 140px; + width: 150px; } & .topic-participants { width: 250px;