diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-11-22 10:27:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-22 10:27:14 +0100 |
commit | 944b8d61752bedd126e1cdaeb3205177e414cf6b (patch) | |
tree | 09f7219e01a148238aa23d2b7137566612f14dbc /app | |
parent | ba838dae5ac5bf0a65165ee075138aefbccbc3a2 (diff) | |
parent | 77e2898ad406c5aa7672dcaead6b5090cd203d47 (diff) | |
download | wallabag-944b8d61752bedd126e1cdaeb3205177e414cf6b.tar.gz wallabag-944b8d61752bedd126e1cdaeb3205177e414cf6b.tar.zst wallabag-944b8d61752bedd126e1cdaeb3205177e414cf6b.zip |
Merge pull request #2613 from wallabag/fix-overlap
Fix card action overlap
Diffstat (limited to 'app')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index 8e33cfbc..1af30777 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -544,6 +544,10 @@ a.original { | |||
544 | line-height: 24px; | 544 | line-height: 24px; |
545 | } | 545 | } |
546 | 546 | ||
547 | .card .card-action ul.tools li a.tool { | ||
548 | margin-right: 5px !important; | ||
549 | } | ||
550 | |||
547 | .card .card-action a { | 551 | .card .card-action a { |
548 | color: #fff; | 552 | color: #fff; |
549 | margin: 0; | 553 | margin: 0; |