From 9b727fbe41ef05cac027dd10f5119ffce5b26c8b Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 18 Oct 2023 22:54:02 +0300 Subject: [PATCH] Adjust chat username max width --- app/styles/common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/common.css b/app/styles/common.css index 2d71d0824..ac9c0d438 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -1378,7 +1378,7 @@ dialog::backdrop { font-weight: var(--semi-bold); font-size: var(--fonts-sm); color: var(--chat-user-color); - max-width: 130px; + max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;