Sfoglia il codice sorgente

fix: css on display chat names

ShengYan, Zhang 1 anno fa
parent
commit
f8ef6278a5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;