Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 22:04:43 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-16 22:04:43 +0300
commitecf3deb01cb626a7df0fc7c91fac686eab29129a (patch)
tree7e1cb56f638727bb660a112a972766be4355c07c /apps
parent2c9007616bc4c985c9e101c5f9c306f42cf211c5 (diff)
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.scss1
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%;
}