[IMP] web_widget_ckeditor: reduce icon size

By slightly reducing the toolbar icon size, it really looks as a part of Odoo.
This commit is contained in:
Ivàn Todorovich
2022-01-24 12:52:43 -03:00
committed by Justine Doutreloux
parent 162d853ada
commit 3a82ce222d

View File

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