Skip to content

Commit

Permalink
Break words in API docs, when the words are too long
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Nov 17, 2021
1 parent fe6217c commit 8f4d946
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/furo/assets/styles/content/_api.sass
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.
font-weight: normal
width: 3.5rem

// Break words when they're too long
span.pre
word-break: break-word

em.property
font-style: normal
&:first-child
Expand Down

0 comments on commit 8f4d946

Please sign in to comment.