Skip to content

Commit

Permalink
Fix inadvertent wrapping on hyphens on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
willcohen committed Sep 27, 2023
1 parent 7a12b85 commit 39e1f23
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 39e1f23

Please sign in to comment.