chore: listing.list name auto wrap (#3208)

This commit is contained in:
Beeant 2024-06-09 04:09:10 +08:00 committed by GitHub
parent 1fccc5d649
commit d6cdf0e435
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -241,6 +241,9 @@ html[dir="rtl"] #listing {
#listing.list .name { #listing.list .name {
font-weight: normal; font-weight: normal;
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap;
} }
#listing.list .item.header .name { #listing.list .item.header .name {