diff --git a/assets/stylesheets/common/wizard/mobile.scss b/assets/stylesheets/common/wizard/mobile.scss index e0fa8a72c1..909ab9d6fc 100644 --- a/assets/stylesheets/common/wizard/mobile.scss +++ b/assets/stylesheets/common/wizard/mobile.scss @@ -33,4 +33,10 @@ body.custom-wizard { margin-bottom: 20px; width: 100%; } + + .wizard-category-selector { + max-width: 500px; + width: 100%; + } + } diff --git a/plugin.rb b/plugin.rb index 3d84d670cb..ea58ed0aee 100644 --- a/plugin.rb +++ b/plugin.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # name: discourse-custom-wizard # about: Forms for Discourse. Better onboarding, structured posting, data enrichment, automated actions and much more. -# version: 2.1.4 +# version: 2.1.5 # authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever # url: https://github.com/paviliondev/discourse-custom-wizard # contact_emails: development@pavilion.tech