Kaynağa Gözat

fix: css on display chat names

ShengYan, Zhang 1 yıl önce
ebeveyn
işleme
f8ef6278a5
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;