@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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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 {
|