From ecf7b61acab2e377e893418ae5a8ca37a3098a41 Mon Sep 17 00:00:00 2001 From: Lukian Date: Sun, 6 Apr 2025 23:43:41 +0200 Subject: [PATCH] fix: fixed mentions list size --- front/src/styles/ChannelPage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/styles/ChannelPage.css b/front/src/styles/ChannelPage.css index d889ea8..d172599 100644 --- a/front/src/styles/ChannelPage.css +++ b/front/src/styles/ChannelPage.css @@ -30,7 +30,7 @@ justify-content: start; align-items: left; gap: 5px; - width: 20%; + min-width: 20%; background-color: white; }