diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-02-21 13:55:46 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2019-02-21 13:55:46 +0100 |
commit | de53a08632f16c8a705a3e885c1207f1daa7c9fa (patch) | |
tree | 307debdc0fc2aa440af69fdb5fc8e4da83802414 /apps/files/css | |
parent | 10388eab342a46e034eb6bfb89fbfd232d8ec2a5 (diff) | |
download | nextcloud-server-de53a08632f16c8a705a3e885c1207f1daa7c9fa.tar.gz nextcloud-server-de53a08632f16c8a705a3e885c1207f1daa7c9fa.zip |
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.scss | 2 |
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; } |