mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_numeric_step: always display on touch screens; avoid layout jumping otherwise
Before this patch: - On a tablet, buttons wouldn't display (big screen; can't hover). - On a PC, fields would make layout jumps while hovering. @moduon MT-4472
This commit is contained in:
@@ -12,10 +12,10 @@
|
||||
"depends": ["web"],
|
||||
"assets": {
|
||||
"web.assets_backend": [
|
||||
"web_widget_numeric_step/static/src/xml/numeric_step.xml",
|
||||
"web_widget_numeric_step/static/src/js/numeric_step.esm.js",
|
||||
"web_widget_numeric_step/static/src/*",
|
||||
],
|
||||
},
|
||||
"maintainers": ["rafaelbn", "yajo"],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user