@chatsystem/client 1.1.68 → 1.1.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1785,6 +1785,8 @@ video {
1785
1785
  `,dy=`
1786
1786
  .chatBox {
1787
1787
  overflow-x: hidden; /* Hide horizontal scrollbar */
1788
+ overflow-wrap: anywhere;
1789
+ word-break: break-word;
1788
1790
  }
1789
1791
 
1790
1792
  .chatBox ol > li {