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:
Jeremy Benoist 2016-11-08 22:15:37 +01:00
parent a0fb3b1b7a
commit 7005b425e0
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -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,