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

View File

@@ -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 {