Add word-wrap rule for short descriptions
This commit is contained in:
parent
ce45b4f3ba
commit
9f1048d723
@ -390,6 +390,9 @@ nav.sub {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.docblock-short {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
.docblock-short p {
|
||||
display: inline;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user