Skip to content

Commit 8f4d946

Browse files
committed
Break words in API docs, when the words are too long
1 parent fe6217c commit 8f4d946

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/furo/assets/styles/content/_api.sass

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ dl[class]:not(.option-list):not(.field-list):not(.footnote):not(.glossary):not(.
6767
font-weight: normal
6868
width: 3.5rem
6969

70+
// Break words when they're too long
71+
span.pre
72+
word-break: break-word
73+
7074
em.property
7175
font-style: normal
7276
&:first-child

0 commit comments

Comments
 (0)