luke il y a 6 ans
Parent
commit
705dcc3e29
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      pc_chat/src/components/chat.vue

+ 3 - 2
pc_chat/src/components/chat.vue

@@ -1964,8 +1964,9 @@
 		border: 1px solid rgba(223, 223, 223, 1);
 		border-radius: 5px;
 		position: relative;
-		max-width: 270px;
-		word-break: break-all;
+		max-width: 260px;
+		word-wrap: break-word;
+		word-break: normal;
 	}
 
 	.left::after {