@minhnd1010/chat-widget 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -381,6 +381,7 @@ class ChatWidget extends HTMLElement {
381
381
  padding: 10px;
382
382
  border-radius: 12px;
383
383
  margin: 0;
384
+ word-break: break-word;
384
385
  }
385
386
 
386
387
  .partner .message {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minhnd1010/chat-widget",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Chat widget hỗ trợ SignalR real-time cho website",
5
5
  "main": "index.js",
6
6
  "type": "module",