Skip to content

Commit

Permalink
Fix sequencing page resizing behavior (#1457) (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivydeliz authored Nov 1, 2024
1 parent 1747bb9 commit 953b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sequencing/Sequences.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
</svelte:fragment>
</Panel>

<CssGridGutter track={1} type="column" />
<CssGridGutter track={3} type="column" />

<SequenceEditor
{parcel}
Expand Down

0 comments on commit 953b7ca

Please sign in to comment.