@opencxh/ui-kit 3.112.0 → 3.112.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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/src/content/MessageBubble.d.ts +6 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4141,7 +4141,9 @@ function hn({
|
|
|
4141
4141
|
"div",
|
|
4142
4142
|
{
|
|
4143
4143
|
className: d(
|
|
4144
|
-
|
|
4144
|
+
// A bubble never spans the whole column; it narrows further from md,
|
|
4145
|
+
// where the thread itself is wide enough for the difference to matter.
|
|
4146
|
+
"min-w-0 max-w-bubble border md:max-w-bubble-md",
|
|
4145
4147
|
n === "warning" && "border-warning-border",
|
|
4146
4148
|
n === "note" && "border-note-border",
|
|
4147
4149
|
n === "default" && "border-border",
|