Skip to content

Commit

Permalink
Fix inadvertent wrapping on hyphens on mobile (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen authored Sep 27, 2023
1 parent 28ea2a7 commit 6227820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions steno_anki/anki.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Anki:
font-family: "Stenodisplay-ClassicLarge";
font-size: 168px;
color: #008080;
white-space: nowrap;
}
.typeGood,
.nightMode .typeGood,
Expand Down

0 comments on commit 6227820

Please sign in to comment.