From f03c6f954b70059f24a81900a0f4b8cf2a9dc0b4 Mon Sep 17 00:00:00 2001 From: Scott Wilson Date: Fri, 14 Nov 2025 15:00:14 -0800 Subject: [PATCH] style: allow label wrapping on sm settings page for responsive support --- .../components/SecretSharingSection/SecretSharingSection.tsx | 3 ++- .../SecretSnapshotsLegacySection.tsx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx index ac1f735f9..9b611100f 100644 --- a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx +++ b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSharingSection/SecretSharingSection.tsx @@ -40,12 +40,13 @@ export const SecretSharingSection = () => {

Allow Secret Sharing

{(isAllowed) => ( -
+
handleToggle(state as boolean)} + allowMultilineLabel > This feature enables your project members to securely share secrets. diff --git a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx index 466b950f1..01c95f68f 100644 --- a/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx +++ b/frontend/src/pages/secret-manager/SettingsPage/components/SecretSnapshotsLegacySection/SecretSnapshotsLegacySection.tsx @@ -40,12 +40,13 @@ export const SecretSnapshotsLegacySection = () => {

Show Secret Snapshots ( legacy )

{(isAllowed) => ( -
+
handleToggle(state as boolean)} + allowMultilineLabel > This feature enables your project members to view secret snapshots in the legacy format.