From d12ac90fab1219c77c3f9895f24e093ab3938e7a Mon Sep 17 00:00:00 2001 From: Bhanu Date: Mon, 23 Jan 2023 17:08:35 +0530 Subject: [PATCH] Fix minor typo --- assets/stylesheets/common/wizard/mobile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/common/wizard/mobile.scss b/assets/stylesheets/common/wizard/mobile.scss index 31f3c50b..38e5ee62 100644 --- a/assets/stylesheets/common/wizard/mobile.scss +++ b/assets/stylesheets/common/wizard/mobile.scss @@ -37,5 +37,5 @@ body.custom-wizard { .wizard-category-selector { width: 100%; max-width: 500px; -} + } }