mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Merge pull request #2613 from wallabag/fix-overlap
Fix card action overlap
This commit is contained in:
commit
944b8d6175
5 changed files with 33 additions and 29 deletions
|
@ -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
Loading…
Reference in a new issue