Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Improved comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonopka committed Jan 17, 2019
1 parent 0935414 commit b2bd704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/ckeditor5-table/tableediting.css
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

0 comments on commit b2bd704

Please sign in to comment.