mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
12 lines
160 B
SCSS
12 lines
160 B
SCSS
.widget_numeric_step {
|
|
display: inline-flex;
|
|
}
|
|
|
|
.numeric_step_editing_cell {
|
|
min-width: 120px;
|
|
|
|
.input_numeric_step {
|
|
height: auto;
|
|
}
|
|
}
|