mirror of https://github.com/OCA/web.git
commit
9d64b466c6
|
@ -195,7 +195,10 @@ odoo.define("web_widget_ckeditor.field_ckeditor", function (require) {
|
|||
*/
|
||||
_getCKEditorConfig: async function () {
|
||||
const res = {
|
||||
toolbar: {items: await this._getCKEditorToolbarItems()},
|
||||
toolbar: {
|
||||
items: await this._getCKEditorToolbarItems(),
|
||||
shouldNotGroupWhenFull: true,
|
||||
},
|
||||
language: CKEditorLanguageCode,
|
||||
image: {
|
||||
toolbar: [
|
||||
|
|
|
@ -9,5 +9,15 @@
|
|||
.ck-editor__editable {
|
||||
min-height: 330px;
|
||||
}
|
||||
|
||||
.ck-toolbar {
|
||||
.ck-button {
|
||||
font-size: 0.9rem;
|
||||
|
||||
.ck-icon {
|
||||
will-change: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue