Explorar el Código

fix(chat): wrap long text

master
Leonard Kim hace 6 años
padre
commit
563e99ecd3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      css/_chat.scss

+ 2
- 0
css/_chat.scss Ver fichero

@@ -226,6 +226,8 @@
226 226
 
227 227
     .messagecontent {
228 228
         margin: 5px 10px;
229
+        max-width: 100%;
230
+        overflow: hidden;
229 231
     }
230 232
 }
231 233
 

Loading…
Cancelar
Guardar