style: listing.list name auto wrap

This commit is contained in:
Beeant 2024-04-12 01:34:32 +00:00
parent ae0af1f996
commit fdcd073933

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 {