Skip to content

Commit f02a1f0

Browse files
authored
Merge pull request #550 from streamlit/overflow-wrap-p-api
Add line breaks mid-word to API ref param names
2 parents 1b4cecd + 310d1db commit f02a1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/text.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ a {
6969
}
7070

7171
p {
72-
@apply mb-4 text-gray-90 dark:text-white;
72+
@apply mb-4 text-gray-90 break-words dark:text-white;
7373
}
7474

7575
summary {

0 commit comments

Comments
 (0)