From 3b7c6e7dfdce6bf2f79236368b409bf71b453dd7 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 1 Oct 2018 21:23:10 +0200 Subject: Fix long folder names in picker, prevent horizontal scroll Signed-off-by: Jan-Christoph Borchardt --- apps/files/css/files.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/files/css/files.scss') diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index c41255b9868..bd57f1907f5 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -52,10 +52,6 @@ min-width: 500px; } -#filestable tbody tr { - height: 51px; -} - /* fit app list view heights */ .app-files #app-content>.viewcontainer { min-height: 0%; @@ -132,7 +128,7 @@ #filestable tbody tr { transition: background-color 0.3s ease; - height: 40px; + height: 51px; } #filestable tbody tr:hover, #filestable tbody tr:focus, -- cgit v1.2.3