See https://www.woltlab.com/community/thread/301103-split-button-bei-tabellen-optionen-sieht-etwas-merkw%C3%BCrdig-aus/
border-bottom-color: var(--wcfInputBorderActive) !important;
}
+.ck.ck-splitbutton {
+ display: flex;
+}
+
+.ck.ck-button.ck-splitbutton__action {
+ border-top-right-radius: unset !important;
+ border-bottom-right-radius: unset !important;
+}
+
/* Fixes the hover state of the link balloon tooltip. */
@media (hover: hover) {
.ck.ck-link-actions .ck-button.ck-link-actions__preview:hover .ck-button__label {