Skip to content

Commit

Permalink
Add nowrap style for horizontal term line
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Nov 7, 2024
1 parent 940cc0a commit b1bebaa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
* {
font-size: 12px;
}

&.horizontal-term-line--no-wrap {
flex-wrap: nowrap;
}
}

0 comments on commit b1bebaa

Please sign in to comment.