|
|
@@ -23,3 +23,11 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+.ck-editor__editable > .table:first-child,
|
|
|
+.ck-editor__editable blockquote > .table:first-child {
|
|
|
+ /* `16px` = var(--ck-widget-handler-icon-size) - table selection handler height.
|
|
|
+ https://github.com/ckeditor/ckeditor5-block-quote/issues/28
|
|
|
+ https://github.com/ckeditor/ckeditor5-widget/issues/44 */
|
|
|
+ margin-top: calc(1em + var(--ck-widget-handler-icon-size) );
|
|
|
+}
|