From 91370437b47afe9651a49737638f06db0be95f99 Mon Sep 17 00:00:00 2001 From: Bhanu Date: Mon, 23 Jan 2023 17:16:54 +0530 Subject: [PATCH] Take Two --- assets/stylesheets/common/wizard/mobile.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/common/wizard/mobile.scss b/assets/stylesheets/common/wizard/mobile.scss index 38e5ee62..909ab9d6 100644 --- a/assets/stylesheets/common/wizard/mobile.scss +++ b/assets/stylesheets/common/wizard/mobile.scss @@ -33,9 +33,10 @@ body.custom-wizard { margin-bottom: 20px; width: 100%; } - + .wizard-category-selector { - width: 100%; max-width: 500px; + width: 100%; } + }