Explorar el Código

Improved comment.

dkonopka hace 7 años
padre
commit
f8f9045352

+ 2 - 2
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableediting.css

@@ -26,8 +26,8 @@
 
 .ck-editor__editable > .table:first-child,
 .ck-editor__editable blockquote > .table:first-child {
-	/* `16px` = var(--ck-widget-handler-icon-size) - table selection handler height.
+	/* Do not truncate selection handler if table is a first-child in the blockquote or content.
 	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) );
+	margin-top: calc(1em + var(--ck-widget-handler-icon-size));
 }