Skip to content

Commit

Permalink
fix buttons wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
duranb authored and goetzrrGit committed Jan 29, 2025
1 parent ed3a487 commit d329635
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/sequencing/Sequences.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,11 @@
{user}
/>
</CssGrid>

<style>
.right {
column-gap: 5px;
display: flex;
flex-wrap: nowrap;
}
</style>

0 comments on commit d329635

Please sign in to comment.