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 ff7f35c6c0
commit f2f41e05e6

View File

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