diff --git a/css/mods-for-hesk.css b/css/mods-for-hesk.css index 37725234..7e894def 100644 --- a/css/mods-for-hesk.css +++ b/css/mods-for-hesk.css @@ -337,4 +337,9 @@ div.setupButtons { width: 100%; border-top-left-radius: 0; border-top-right-radius: 0; +} + +.file-row p.name { + overflow: hidden; + text-overflow: ellipsis; } \ No newline at end of file