mirror of https://github.com/wallabag/wallabag.git
Remove the left margin of tag
In the entries list, the first tag below the link isn’t stick to the left. Now it is.
This commit is contained in:
parent
a0fb3b1b7a
commit
7005b425e0
|
@ -507,6 +507,10 @@ a.original {
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.card .card-entry-labels-hidden li:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.card-entry-tags a,
|
||||
.card-entry-labels a,
|
||||
.card-tag-labels a,
|
||||
|
|
Loading…
Reference in New Issue