Skip to content

Commit

Permalink
Added a max-width for the sequence editor tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
cohansen committed Jul 17, 2024
1 parent 72d94ac commit 419dd60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/sequencing/ArgumentTooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
</div>

<style>
.argument-tooltip {
position: relative;
max-width: 50rem;
}
.container {
align-items: center;
display: flex;
Expand Down
4 changes: 4 additions & 0 deletions src/components/sequencing/CommandTooltip.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
</div>

<style>
.command-tooltip {
position: relative;
max-width: 50rem;
}
.command-name {
border-bottom: 1px solid var(--st-gray-30);
}
Expand Down

0 comments on commit 419dd60

Please sign in to comment.