1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-18 11:29:55 +00:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;