fix(FN-1294): make Settings memory editor wrapper a flex container

- Add display: "flex" to the Memory tab editor wrapper in SettingsModal.
- Set flexDirection: "column" so the embedded FileEditor lays out correctly inside the fixed-height container.
This commit is contained in:
gsxdsm
2026-04-08 11:24:36 -07:00
parent 9bb5773d5a
commit eee7d64d27

View File

@@ -1553,6 +1553,8 @@ export function SettingsModal({
border: "1px solid var(--border)",
borderRadius: "var(--radius)",
overflow: "hidden",
display: "flex",
flexDirection: "column",
}}
>
<FileEditor