diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-05-16 21:04:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2017-05-16 21:04:43 +0200 |
commit | ecf3deb01cb626a7df0fc7c91fac686eab29129a (patch) | |
tree | 7e1cb56f638727bb660a112a972766be4355c07c /apps | |
parent | 2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff) | |
download | nextcloud-server-ecf3deb01cb626a7df0fc7c91fac686eab29129a.tar.gz nextcloud-server-ecf3deb01cb626a7df0fc7c91fac686eab29129a.zip |
Increase width of clickable area in file row to open file/folder
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/css/files.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 5e1f15c1cc1..579cf36e15b 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -342,6 +342,7 @@ table td.filename .nametext { padding: 0; overflow: hidden; text-overflow: ellipsis; + width: 70%; max-width: 800px; height: 100%; } |