Skip to content

Commit

Permalink
break long words in sidebar menu (#167)
Browse files Browse the repository at this point in the history
Fixes long words overflowing out of the sidebar menu as used for the
TOC, Recent, Series, etc.
  • Loading branch information
wold5 authored Apr 16, 2024
1 parent 46a4814 commit 30dfea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/abridge.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1197,6 +1197,7 @@ $syntax: true !default;//syntax highlighting for code blocks
padding: .2rem 0 var(--s2) var(--s2);
max-height: 100vh;
overflow: auto;
overflow-wrap: break-word;
a {
color: var(--f1);
&:hover {
Expand Down

0 comments on commit 30dfea2

Please sign in to comment.