@ckeditor/ckeditor5-track-changes
Version:
CKEditor 5 track changes plugin.
16 lines (14 loc) • 400 B
CSS
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
.ck.ck-track-changes-preview{
user-select:text;
max-width:80vw;
max-height:80vh;
overflow-x:hidden;
}
.ck.ck-content.ck-track-changes-preview__root-container[data-ck-root-name]{
border:none;
margin:0;
}