diff --git a/assets/stylesheets/common/wizard/mobile.scss b/assets/stylesheets/common/wizard/mobile.scss index e0fa8a72..31f3c50b 100644 --- a/assets/stylesheets/common/wizard/mobile.scss +++ b/assets/stylesheets/common/wizard/mobile.scss @@ -33,4 +33,9 @@ body.custom-wizard { margin-bottom: 20px; width: 100%; } + + .wizard-category-selector { + width: 100%; + max-width: 500px; +} }