3
0
Fork 0

[FIX] web_responsive: List view: Boolean toggle widget

12.0
Alexandre D. Díaz 2021-02-03 12:49:59 +01:00
parent f86a1ed87e
commit 8d04e635d8
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ html .o_web_client .o_main .o_main_content {
} }
} }
} }
.o_data_cell { .o_data_cell:not(.o_boolean_toggle_cell) {
.custom-checkbox .custom-control-label { .custom-checkbox .custom-control-label {
top: -6px; top: -6px;
} }