Fix the right margin of tags used outside of the tags wrapper (#5440)

This commit is contained in:
Nicolas Petton
2021-01-29 19:16:41 +01:00
committed by GitHub
parent 3eefb3cce6
commit 6a55069609

View File

@@ -689,13 +689,16 @@ button svg.tc-image-button, button .tc-image-button img {
.tc-tag-list-item {
position: relative;
display: inline-block;
margin-right: 7px;
}
.tc-tags-wrapper {
margin: 4px 0 14px 0;
}
.tc-tags-wrapper .tc-tag-list-item {
margin-right: 7px;
}
.tc-missing-tiddler-label {
font-style: italic;
font-weight: normal;