fix(ui): Fix widget controls inside the footnote

This commit is contained in:
SiriusXT 2025-05-12 22:30:29 +08:00
parent 755d0002c9
commit ad6671b09a

View File

@ -44,10 +44,9 @@
flex-grow: 1; flex-grow: 1;
} }
.ck .ck-widget.footnote-section .ck-widget__type-around__button_after { .ck .ck-widget.footnote-section > .ck-reset_all.ck-widget__type-around > .ck-widget__type-around__button_after {
display:none; /* hides the 'insert after' button from the ckeditor widget */ display: none; /* hides the 'insert after' button from the ckeditor widget, but displays the button inside the footnote content. */
} }
.placeholder { .placeholder {
padding: 2px 2px; padding: 2px 2px;
outline-offset: -2px; outline-offset: -2px;