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

browser-messaging-saver
Nicolas Petton 2021-01-29 19:16:41 +01:00 zatwierdzone przez GitHub
rodzic 3eefb3cce6
commit 6a55069609
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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;