From c82f7eee603658e48cdc2a4c308f05120ee1302a Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 28 May 2026 13:41:01 -0500 Subject: [PATCH] fix overflowing text in save all popover --- .../overlay/detail/SaveAllPreviewPopover.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx b/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx index 7ea0d6b652..e65b347de8 100644 --- a/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx +++ b/web/src/components/overlay/detail/SaveAllPreviewPopover.tsx @@ -111,13 +111,13 @@ export default function SaveAllPreviewPopover({ }`} className="rounded-md border border-secondary bg-background_alt p-2" > -
+
{t("saveAllPreview.scope.label", { ns: "views/settings", })} - {scopeLabel} + {scopeLabel} {item.profileName && ( <> @@ -125,7 +125,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {item.profileName} @@ -135,7 +135,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {item.fieldPath} @@ -143,7 +143,7 @@ export default function SaveAllPreviewPopover({ ns: "views/settings", })} - + {formatValue(item.value)}