From 18ffc0b6573e4dc93003a3e98cd8fd83a5a76270 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 6 May 2016 22:34:01 -0400 Subject: [PATCH] Properly overflow text if the name is too long --- css/mods-for-hesk.css | 5 +++++ 1 file changed, 5 insertions(+) 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