@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.mjs CHANGED
@@ -24987,6 +24987,8 @@ video {
24987
24987
  `, Cx = `
24988
24988
  .chatBox {
24989
24989
  overflow-x: hidden; /* Hide horizontal scrollbar */
24990
+ overflow-wrap: anywhere;
24991
+ word-break: break-word;
24990
24992
  }
24991
24993
 
24992
24994
  .chatBox ol > li {