[FIX] web_widget_ckeditor: toolbar wrapping

The toolbar should automatically wrap when there's not enough space.

Closes #2114
pull/2132/head
Ivàn Todorovich 2022-01-24 12:23:50 -03:00
parent 989677548a
commit c32317e85b
No known key found for this signature in database
GPG Key ID: E7222FC36B138243
1 changed files with 4 additions and 1 deletions

View File

@ -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: [