style/text editor/insert math flyout: fix layout

This commit is contained in:
Adorian Doran 2025-09-02 02:03:49 +03:00
parent 03ab912495
commit 47099cc77b

View file

@ -426,6 +426,14 @@ div.ck-template-form .ck-search__info span:nth-child(2) {
border-top: none;
}
/* Math popup */
.ck-math-form .ck-labeled-field-view {
--ck-input-label-height: 0;
margin-inline-end: 8px;
}
/* Emoji dropdown */
.ck-emoji-picker-form .ck-emoji__search .ck-button_with-text {