Skip to content

Commit 04fbc2a

Browse files
committed
Break too long words in chapter bookmarks
1 parent 038a29e commit 04fbc2a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

css/application.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/complete.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/_card.scss

+1
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
font-family: var(--ff-note);
251251
font-size: var(--fs-ds); // 14px (desktop) to 13px (mobile)
252252
line-height: 1.5;
253+
overflow-wrap: break-word;
253254

254255
&._small {
255256
font-size: 13px; // Minimum desktop and mobile

0 commit comments

Comments
 (0)