1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-04-15 22:44:06 +00:00

Merge pull request 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
app/Resources/static/themes/material/css
web/bundles/wallabagcore/themes

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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long