@consilioweb/payload-support 0.13.0 → 0.13.1

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.
@@ -476,6 +476,8 @@
476
476
  }
477
477
 
478
478
  // Body bubble : t-body 14px/1.55, padding 12px 16px, border 1px elevation-200
479
+ // Width: prend toute la largeur dispo dans la colonne conversation (suppression du max-width 720px
480
+ // qui créait un vide à droite quand le main est large).
479
481
  .messageBody {
480
482
  font-size: 14px;
481
483
  line-height: 1.55;
@@ -486,8 +488,8 @@
486
488
  padding: 12px 16px;
487
489
  white-space: pre-wrap;
488
490
  word-break: break-word;
489
- max-width: 720px;
490
491
  margin-top: 4px;
492
+ width: 100%;
491
493
  }
492
494
 
493
495
  // Actions hover (msg__actions maquette) : ghost links micro, opacity 0 -> 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@consilioweb/payload-support",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Payload CMS plugin — professional support & ticketing system with AI, SLA, time tracking, live chat, and more",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -476,6 +476,8 @@
476
476
  }
477
477
 
478
478
  // Body bubble : t-body 14px/1.55, padding 12px 16px, border 1px elevation-200
479
+ // Width: prend toute la largeur dispo dans la colonne conversation (suppression du max-width 720px
480
+ // qui créait un vide à droite quand le main est large).
479
481
  .messageBody {
480
482
  font-size: 14px;
481
483
  line-height: 1.55;
@@ -486,8 +488,8 @@
486
488
  padding: 12px 16px;
487
489
  white-space: pre-wrap;
488
490
  word-break: break-word;
489
- max-width: 720px;
490
491
  margin-top: 4px;
492
+ width: 100%;
491
493
  }
492
494
 
493
495
  // Actions hover (msg__actions maquette) : ghost links micro, opacity 0 -> 1