1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Merge pull request #2613 from wallabag/fix-overlap

Fix card action overlap
This commit is contained in:
Thomas Citharel 2016-11-22 10:27:14 +01:00 committed by GitHub
commit 944b8d6175
5 changed files with 33 additions and 29 deletions

View file

@ -544,6 +544,10 @@ a.original {
line-height: 24px;
}
.card .card-action ul.tools li a.tool {
margin-right: 5px !important;
}
.card .card-action a {
color: #fff;
margin: 0;