Making toolbar option menu button padding consistent

This commit is contained in:
Kris 2018-04-30 20:58:44 -04:00
parent 0163798c0e
commit 5f2f36fdd7
2 changed files with 1 additions and 6 deletions

View File

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

View File

@ -1,8 +1,3 @@
#reply-control .d-editor-button-bar .toolbar-popup-menu-options .btn.select-kit-header {
padding: 7px 8px;
height: auto;
}
.select-kit {
&.dropdown-select-box {
&.toolbar-popup-menu-options {