Skip to content
Snippets Groups Projects
Commit 70570c69 authored by qsm-odoo's avatar qsm-odoo
Browse files

[FIX] web_editor: do not allow we-checkbox to shrink below checkbox size

E.g. the scrolltop button option has a checkbox followed by a select
on the same row and the checkbox was partly cut because of it.

Part of https://github.com/odoo/odoo/pull/60271
task-2312878
parent d184004c
Branches
Tags
No related merge requests found
......@@ -668,6 +668,7 @@ body.editor_enable.editor_has_snippets {
// Checkboxes
we-button.o_we_checkbox_wrapper.o_we_user_value_widget {
min-width: $o-we-sidebar-content-field-toggle-width;
padding: 0;
border: none;
background: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment