mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
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…
x
Reference in New Issue
Block a user