Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ad6671b

Browse files
committed
fix(ui): Fix widget controls inside the footnote
1 parent 755d000 commit ad6671b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/ckeditor5-footnotes/theme/footnote.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@
4444
flex-grow: 1;
4545
}
4646

47-
.ck .ck-widget.footnote-section .ck-widget__type-around__button_after {
48-
display:none; /* hides the 'insert after' button from the ckeditor widget */
47+
.ck .ck-widget.footnote-section > .ck-reset_all.ck-widget__type-around > .ck-widget__type-around__button_after {
48+
display: none; /* hides the 'insert after' button from the ckeditor widget, but displays the button inside the footnote content. */
4949
}
50-
5150
.placeholder {
5251
padding: 2px 2px;
5352
outline-offset: -2px;

0 commit comments

Comments
 (0)