0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-14 13:58:53 +08:00
discourse/plugins/discourse-workflows/assets
Joffrey JAFFEUX 0a43197a97
FIX: Expand number inputs in modals (#40606)
Previously, number inputs inside modals kept the modal default `width:
auto`, so full-width form fields could render with a narrow control and
workflow configurators carried a broad local input override.

This change applies the existing full-width modal input rule to
`input[type="number"]` and removes the workflow configurator override so
number fields align with text and password fields.
2026-06-05 13:29:55 +02:00
..
javascripts/discourse FEATURE: discourse-workflows (#40374) 2026-05-28 19:44:50 +02:00
stylesheets/common FIX: Expand number inputs in modals (#40606) 2026-06-05 13:29:55 +02:00