forked from wallabag/wallabag
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:
@ -507,6 +507,10 @@ a.original {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.card .card-entry-labels-hidden li:first-child {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.card-entry-tags a,
|
.card-entry-tags a,
|
||||||
.card-entry-labels a,
|
.card-entry-labels a,
|
||||||
.card-tag-labels a,
|
.card-tag-labels a,
|
||||||
|
|||||||
Reference in New Issue
Block a user