Adjust SQL layout default split ratio
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

Give the two data tables more default vertical space (1/4 for the
code editor instead of 3/5).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-05 00:55:27 -06:00
parent edd2f706ac
commit 9b79cddfa6

View File

@@ -12,7 +12,7 @@ import TurtleSection from "./TurtleSection.vue"
<n-split <n-split
v-if="code.language === 'sql'" v-if="code.language === 'sql'"
direction="vertical" direction="vertical"
:default-size="3 / 5" :default-size="1 / 4"
:min="1 / 4" :min="1 / 4"
:max="3 / 4" :max="3 / 4"
> >