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 653a708
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/tooltip.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.argument-tooltip,
.command-tooltip {
max-width: 50rem;
}

.tooltip {
background-color: rgba(0, 0, 0, 0.8);
border-radius: 4px;
Expand Down

0 comments on commit 653a708

Please sign in to comment.