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
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2019-02-21 15:55:46 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2019-02-21 15:55:46 +0300
commitde53a08632f16c8a705a3e885c1207f1daa7c9fa (patch)
tree307debdc0fc2aa440af69fdb5fc8e4da83802414 /apps/files/css
parent10388eab342a46e034eb6bfb89fbfd232d8ec2a5 (diff)
Fix alignment of filelist header
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss
index 62f4431dbbb..1baaf600f9b 100644
--- a/apps/files/css/files.scss
+++ b/apps/files/css/files.scss
@@ -199,7 +199,7 @@ table.multiselect th .columntitle {
display: inline-block;
}
table th .columntitle.name {
- padding-left: 5px;
+ padding-left: 0;
margin-left: 50px;
}