style: list name auto wrap

This commit is contained in:
Beeant 2024-03-24 01:17:47 +00:00
parent 05bfae264a
commit a13efe08b7

View File

@ -238,6 +238,9 @@ body.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 {