chore: listing.list name auto wrap (#3208)
This commit is contained in:
parent
1fccc5d649
commit
d6cdf0e435
|
@ -241,6 +241,9 @@ html[dir="rtl"] #listing {
|
|||
|
||||
#listing.list .name {
|
||||
font-weight: normal;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#listing.list .item.header .name {
|
||||
|
|
Loading…
Reference in New Issue