Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ckeditor5-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"lang",
"src/**/*.js",
"src/**/*.d.ts",
"theme",
"CHANGELOG.md"
],
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions packages/ckeditor5-core/src/editor/editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ import { getEditorUsageData, type EditorUsageData } from './utils/editorusagedat
import type { LoadedPlugins, PluginConstructor } from '../plugin.js';
import type { EditorConfig } from './editorconfig.js';

import '../../theme/core.css';

declare global {
// eslint-disable-next-line no-var
var CKEDITOR_GLOBAL_LICENSE_KEY: string | undefined;
Expand Down
12 changes: 12 additions & 0 deletions packages/ckeditor5-core/theme/core.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*
* 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
*/

:root {
--ck-content-line-height: 1.5;
}

.ck-content {
line-height: var(--ck-content-line-height);
}
1 change: 1 addition & 0 deletions packages/ckeditor5-icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export { default as IconIndent } from '../theme/icons/indent.svg';
export { default as IconInsertMergeField } from '../theme/icons/insert-merge-field.svg';
export { default as IconItalic } from '../theme/icons/italic.svg';
export { default as IconLegalStyleList } from '../theme/icons/legal-style-list.svg';
export { default as IconLineHeight } from '../theme/icons/line-height.svg';
export { default as IconLink } from '../theme/icons/link.svg';
export { default as IconListStyleCircle } from '../theme/icons/list-style-circle.svg';
export { default as IconListStyleDecimalLeadingZero } from '../theme/icons/list-style-decimal-leading-zero.svg';
Expand Down
1 change: 1 addition & 0 deletions packages/ckeditor5-icons/theme/icons/line-height.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.