UI: Break long strings by words in definition lists
This commit is contained in:
parent
a5e5dbd1eb
commit
47121d4fa3
@ -217,6 +217,7 @@ dl dd {
|
||||
margin-left: var(--spacer-sm);
|
||||
padding-bottom: .133rem;
|
||||
transition: color var(--transition-speed-fast) ease-out;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
dl dd:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user