Fix some toolbar margin issues

Some toolbar buttons are nested inside more than one span
print-window-tiddler
Jermolene 2017-07-11 14:42:05 +01:00
rodzic 95ef1c4580
commit 41b6c5c088
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -935,7 +935,9 @@ button.tc-untagged-label {
font-size: 1em;
}
.tc-tiddler-controls > span > button {
.tc-tiddler-controls > span > button,
.tc-tiddler-controls > span > span > button,
.tc-tiddler-controls > span > span > span > button {
vertical-align: baseline;
margin-left:5px;
}