[IMP] web_widget_numeric_step: better visualization in list view cells

This commit is contained in:
Ernesto Tejeda
2020-12-13 13:19:54 -05:00
committed by hkapatel
parent c4e4c6ec50
commit f99ee68fd1
3 changed files with 15 additions and 1 deletions

View File

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