Explorar el Código

fix: css on display chat names

ShengYan, Zhang hace 1 año
padre
commit
f8ef6278a5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;