mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-12-24 00:50:28 +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 {
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user