@tutti-os/workspace-issue-manager 0.0.5 → 0.0.7
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.
|
@@ -2414,7 +2414,7 @@ function IssueManagerDescriptionSection({
|
|
|
2414
2414
|
if (variant === "plain") {
|
|
2415
2415
|
return /* @__PURE__ */ jsxs4("section", { className: "grid gap-2", children: [
|
|
2416
2416
|
/* @__PURE__ */ jsx4("span", { className: "text-[13px] font-semibold leading-5 text-[var(--text-primary)]", children: label }),
|
|
2417
|
-
displayContent ? /* @__PURE__ */ jsx4("div", { className: "max-w-
|
|
2417
|
+
displayContent ? /* @__PURE__ */ jsx4("div", { className: "min-w-0 max-w-full text-[13px] font-normal leading-5 text-[var(--text-secondary)] sm:max-w-3xl", children: /* @__PURE__ */ jsx4(
|
|
2418
2418
|
IssueManagerDescriptionContent,
|
|
2419
2419
|
{
|
|
2420
2420
|
content: displayContent,
|
|
@@ -2437,7 +2437,7 @@ function IssueManagerDescriptionSection({
|
|
|
2437
2437
|
"div",
|
|
2438
2438
|
{
|
|
2439
2439
|
className: cn2(
|
|
2440
|
-
"max-h-[18rem] overflow-y-auto pr-2 text-[13px] font-normal leading-5 text-[var(--text-secondary)]",
|
|
2440
|
+
"min-w-0 max-w-full overflow-x-hidden max-h-[18rem] overflow-y-auto pr-2 text-[13px] font-normal leading-5 text-[var(--text-secondary)]",
|
|
2441
2441
|
isOverflowing && "pb-8"
|
|
2442
2442
|
),
|
|
2443
2443
|
ref: contentRef,
|
|
@@ -2471,6 +2471,8 @@ function IssueManagerDescriptionContent({
|
|
|
2471
2471
|
return /* @__PURE__ */ jsx4(
|
|
2472
2472
|
RichTextReadonlyContent,
|
|
2473
2473
|
{
|
|
2474
|
+
className: "min-w-0 max-w-full [overflow-wrap:anywhere]",
|
|
2475
|
+
paragraphClassName: "break-words [overflow-wrap:anywhere]",
|
|
2474
2476
|
value: content,
|
|
2475
2477
|
onOpenWorkspaceReference: onOpen ? (reference) => onOpen({
|
|
2476
2478
|
displayName: reference.label,
|
|
@@ -5142,4 +5144,4 @@ export {
|
|
|
5142
5144
|
IssueManagerNode,
|
|
5143
5145
|
IssueManagerNodeHeader
|
|
5144
5146
|
};
|
|
5145
|
-
//# sourceMappingURL=chunk-
|
|
5147
|
+
//# sourceMappingURL=chunk-6A4HN3VH.js.map
|