urasoft-live-support 1.1.26 → 1.1.27

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/dist/styles.css +6 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -442,6 +442,8 @@
442
442
  display: flex;
443
443
  gap: 12px;
444
444
  max-width: 85%;
445
+ min-width: 0;
446
+ overflow: hidden;
445
447
  animation: messageAppear 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
446
448
  }
447
449
 
@@ -502,6 +504,8 @@
502
504
  display: flex;
503
505
  flex-direction: column;
504
506
  gap: 4px;
507
+ min-width: 0;
508
+ overflow: hidden;
505
509
  }
506
510
 
507
511
  .chat-message-text {
@@ -510,6 +514,8 @@
510
514
  font-size: 14px;
511
515
  line-height: 1.5;
512
516
  word-wrap: break-word;
517
+ word-break: break-word;
518
+ overflow-wrap: break-word;
513
519
  }
514
520
 
515
521
  .chat-message-user .chat-message-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "urasoft-live-support",
3
- "version": "1.1.26",
3
+ "version": "1.1.27",
4
4
  "description": "Universal live chat widget library for any web application (Vue, React, Next.js, vanilla JS)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",