Fix sync setting truncation

This commit is contained in:
Gregory Schier
2025-01-14 06:49:53 -08:00
parent 592cf38e38
commit 8d645eb8c6

View File

@@ -18,7 +18,7 @@ export function SyncToFilesystemSetting({
const [error, setError] = useState<string | null>(null); const [error, setError] = useState<string | null>(null);
return ( return (
<details open={value != null}> <details open={value != null} className="w-full">
<summary>Sync to filesystem</summary> <summary>Sync to filesystem</summary>
<VStack className="my-2" space={3}> <VStack className="my-2" space={3}>
<Banner color="info"> <Banner color="info">