Skip to content

Commit

Permalink
Adjust wrapping for long titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumprocks1 committed Sep 15, 2023
1 parent 982fe21 commit c726e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drum-game-web/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ $card-width: 600px;

h3 {
line-height: 1.5em; // prevent height from changing based on the text content
white-space: nowrap;
word-break: keep-all; // prevent breaking between Japanese characters
}

img {
Expand Down

0 comments on commit c726e1f

Please sign in to comment.