[FIX] web_widget_numeric_step: Only modify widget parent

This commit is contained in:
Alexandre D. Díaz
2020-12-29 18:38:20 +01:00
committed by Carlos Roca
parent 9c8a879589
commit 67be2e0681
3 changed files with 52 additions and 8 deletions

View File

@@ -1,6 +1,11 @@
.widget_numeric_step {
display: inline-flex;
}
.numeric_step_editing_cell {
min-width: 120px;
.input_numeric_step {
height: auto;
}
}