diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-09-21 00:22:19 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-09-21 00:22:19 +0200 |
commit | dd74627e8597bd43936005daf0507ebc3ba0143a (patch) | |
tree | ded104a997244940d7d1fd2782fd43e2fe922be5 /apps/systemtags | |
parent | c5c69edd405a7227ad9e0dba00612a281400f4ea (diff) | |
download | nextcloud-server-dd74627e8597bd43936005daf0507ebc3ba0143a.tar.gz nextcloud-server-dd74627e8597bd43936005daf0507ebc3ba0143a.zip |
proper padding for Tags action
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/css/systemtagsfilelist.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/systemtags/css/systemtagsfilelist.css b/apps/systemtags/css/systemtagsfilelist.css index 32cce759ec2..2da8cd40012 100644 --- a/apps/systemtags/css/systemtagsfilelist.css +++ b/apps/systemtags/css/systemtagsfilelist.css @@ -30,6 +30,7 @@ #app-sidebar .mainFileInfoView .tag-label { cursor: pointer; + padding: 13px; } #app-sidebar .mainFileInfoView .icon-tag { |