diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 21:23:10 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-10-01 21:23:10 +0200 |
commit | 3b7c6e7dfdce6bf2f79236368b409bf71b453dd7 (patch) | |
tree | ac282ec4b5e9f647b4bbeff2980e272edd78eab0 /apps | |
parent | 5ed00620024368792acb4f9930ddf837e26a0495 (diff) | |
download | nextcloud-server-3b7c6e7dfdce6bf2f79236368b409bf71b453dd7.tar.gz nextcloud-server-3b7c6e7dfdce6bf2f79236368b409bf71b453dd7.zip |
Fix long folder names in picker, prevent horizontal scroll
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 6 |
1 files changed, 1 insertions, 5 deletions
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, |