[IMP] web_widget_ckeditor: reduce icon size

By slightly reducing the toolbar icon size, it really looks as a part of Odoo.
pull/2132/head
Ivàn Todorovich 2022-01-24 12:52:43 -03:00
parent c32317e85b
commit 6f93931111
No known key found for this signature in database
GPG Key ID: E7222FC36B138243
1 changed files with 10 additions and 0 deletions

View File

@ -9,5 +9,15 @@
.ck-editor__editable { .ck-editor__editable {
min-height: 330px; min-height: 330px;
} }
.ck-toolbar {
.ck-button {
font-size: 0.9rem;
.ck-icon {
will-change: auto;
}
}
}
} }
} }