Skip to content

Commit

Permalink
Firefox wordwrap fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tillvit committed Sep 20, 2024
1 parent 4a8b870 commit f73cb37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2553,6 +2553,10 @@ input[type="color"] {
border-bottom: 0px solid var(--secondary-border);
}

#playback-options .playback-options-label {
white-space: nowrap;
}

.playback-options-title {
justify-content: center;
text-align: center;
Expand Down

0 comments on commit f73cb37

Please sign in to comment.