MinHeight, Toolbar toggle, style for combobox

This commit is contained in:
Aleh Khantsevich
2024-07-03 02:10:28 +02:00
parent 1e9d7c9b93
commit 044804143f
5 changed files with 38 additions and 65 deletions

View File

@@ -24,9 +24,13 @@
border-radius: initial;
}
.jodit-wysiwyg {
min-height: 200px
}
/* Hide taskbar in css. Should not be hidden from configuration, because it's used to sync state with native buttons. */
.jodit-toolbar__box {
/* display: none; */
display: none;
}
body {