mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
style(ckeditor5/codeblock): limit language selector height
This commit is contained in:
4
packages/ckeditor5/src/theme/code_block_toolbar.css
Normal file
4
packages/ckeditor5/src/theme/code_block_toolbar.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.ck.ck-balloon-panel.codeblock-language-list .ck-dropdown__panel {
|
||||
max-height: 300px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user