Add word-wrap rule for short descriptions

This commit is contained in:
Guillaume Gomez 2020-10-08 13:25:36 +02:00
parent ce45b4f3ba
commit 9f1048d723
1 changed files with 3 additions and 0 deletions

View File

@ -390,6 +390,9 @@ nav.sub {
cursor: pointer;
}
.docblock-short {
overflow-wrap: anywhere;
}
.docblock-short p {
display: inline;
}