Fix some toolbar margin issues

Some toolbar buttons are nested inside more than one span
This commit is contained in:
Jermolene 2017-07-11 14:42:05 +01:00
parent 95ef1c4580
commit 41b6c5c088
1 changed files with 3 additions and 1 deletions

View File

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