Vertically center the button carets in the grid RTE

This commit is contained in:
Kenn Jacobsen
2019-04-30 21:40:31 +02:00
committed by Sebastiaan Janssen
parent 078a7d5679
commit 99dedac375

View File

@@ -611,6 +611,10 @@
padding-bottom: 8px;
padding-left: 6px;
line-height: inherit;
.mce-caret {
margin-top: 6px;
}
}
&:not(.mce-menubtn) {