style(ckeditor5/codeblock): limit language selector height

This commit is contained in:
Elian Doran
2025-05-26 12:35:30 +03:00
parent 622d026efc
commit 4752db6bc5
3 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import "ckeditor5/ckeditor5.css";
import "./theme/code_block_toolbar.css";
import { COMMON_PLUGINS, CORE_PLUGINS, POPUP_EDITOR_PLUGINS } from "./plugins";
import { BalloonEditor, DecoupledEditor, FindAndReplaceEditing, FindCommand } from "ckeditor5";
export { EditorWatchdog } from "ckeditor5";