diff --git a/server/assets/style.css b/server/assets/style.css index 30a1b13..a5999fd 100644 --- a/server/assets/style.css +++ b/server/assets/style.css @@ -116,6 +116,10 @@ a.type-file { } .col-name { flex-grow: 1; + flex-shrink: 10; + overflow: hidden; + overflow-wrap: anywhere; + text-overflow: ellipsis; } .col-size { border-color: var(--size-color); diff --git a/server/template.html b/server/template.html index 18047e7..cdd990b 100644 --- a/server/template.html +++ b/server/template.html @@ -25,16 +25,16 @@