[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 Thanakrit Pintana
parent 47541113a0
commit 7df665cae9
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;
}
}