mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
Fix the right margin of tags used outside of the tags wrapper (#5440)
This commit is contained in:
parent
3eefb3cce6
commit
6a55069609
@ -689,13 +689,16 @@ button svg.tc-image-button, button .tc-image-button img {
|
|||||||
.tc-tag-list-item {
|
.tc-tag-list-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tc-tags-wrapper {
|
.tc-tags-wrapper {
|
||||||
margin: 4px 0 14px 0;
|
margin: 4px 0 14px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tc-tags-wrapper .tc-tag-list-item {
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
.tc-missing-tiddler-label {
|
.tc-missing-tiddler-label {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user