From f8ef6278a5b325820f3c9ad14e7aba6c5eb6c367 Mon Sep 17 00:00:00 2001 From: "ShengYan, Zhang" Date: Fri, 19 May 2023 20:14:57 +0800 Subject: [PATCH] fix: css on display chat names --- app/components/home.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/home.module.scss b/app/components/home.module.scss index 1ce95af8..e0a1c3d0 100644 --- a/app/components/home.module.scss +++ b/app/components/home.module.scss @@ -176,7 +176,7 @@ font-size: 14px; font-weight: bolder; display: block; - width: 200px; + width: calc(100% - 15px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;