ソースを参照

Merge pull request #1636 from yanCode/fix/css-chat-name

fix: css on display chat names
Yifei Zhang 2 年 前
コミット
e5329dc28a
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/components/home.module.scss

+ 1 - 1
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;