@ckeditor/ckeditor5-revision-history
Version:
Document revision history feature for CKEditor 5.
29 lines (24 loc) • 998 B
CSS
/*
* What you're currently looking at is the source code of a legally protected, proprietary software.
* CKEditor 5 Collaboration is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
* all CKEditor 5 Collaboration content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
*
* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
.ck.ck-revision-history-ui.ck-revision-history-ui__changes-navigation {
display: flex;
align-items: center;
margin-left: auto;
& .ck-revision-history-ui__changes-navigation__wrapper {
display: flex;
margin-right: var(--ck-spacing-standard);
}
& .ck-revision-history-ui__changes-navigation__label {
font-weight: bold;
white-space: pre;
}
& .ck-revision-history-ui__changes-navigation__navigation {
margin-left: var(--ck-spacing-small);
}
}