minor select-kit composer button height fix

This commit is contained in:
Kris 2018-05-01 14:38:20 -04:00
parent 3be3c50c7e
commit d4ee2ef017
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@
.d-editor-button-bar .btn {
padding: 4px 8px;
display: inline-block;
@media all and (max-width: 800px) {
padding: 5px;
}