From b2bd704c605a2dda4681c20cf4741e6c44f2bf2f Mon Sep 17 00:00:00 2001 From: dkonopka Date: Thu, 17 Jan 2019 10:10:19 +0100 Subject: [PATCH] Improved comment. --- theme/ckeditor5-table/tableediting.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/ckeditor5-table/tableediting.css b/theme/ckeditor5-table/tableediting.css index 1f270df..70d102b 100644 --- a/theme/ckeditor5-table/tableediting.css +++ b/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)); }