no-skin: fix toolbar icons position

This commit is contained in:
Sebastian Castro 2020-04-17 09:00:45 +02:00 committed by muxator
parent 705b6c5e2e
commit 780eaad573
3 changed files with 7 additions and 6 deletions

View file

@ -24,4 +24,8 @@ button, .btn
color: var(--text-color);
}
.buttonicon:before, [class^="buttonicon-"]:before, [class*=" buttonicon-"]:before {
line-height: 18px;
}