Skip to content

Commit ee40a9c

Browse files
author
Rich Harris
committed
allow output pane to be collapsed to 300px
1 parent a3957c8 commit ee40a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/tutorial/[slug]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
</section>
174174
175175
<section slot="b">
176-
<SplitPane type="vertical" min="100px" max="50%" pos="50%">
176+
<SplitPane type="vertical" min="100px" max="-300px" pos="50%">
177177
<section slot="a">
178178
<SplitPane
179179
id="editor"

0 commit comments

Comments
 (0)