From eeba1d45d1083af0464ed37d2c69f7f8ab2fe73c Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Sat, 27 Jul 2019 17:14:07 +1000 Subject: [PATCH] Style tweak --- .../discourse/templates/components/wizard-custom-step.hbs | 4 +++- assets/stylesheets/wizard_custom_admin.scss | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs index 610bf16b..48e22bbf 100644 --- a/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-custom-step.hbs @@ -54,7 +54,9 @@ connectorContent=requiredConnectorContent}} {{#if step.required_data}}
- +
+ {{i18n 'admin.wizard.step.required_data.not_permitted_message'}} +
{{input value=step.required_data_message}}
{{/if}} diff --git a/assets/stylesheets/wizard_custom_admin.scss b/assets/stylesheets/wizard_custom_admin.scss index 1f6d58e6..3399b148 100644 --- a/assets/stylesheets/wizard_custom_admin.scss +++ b/assets/stylesheets/wizard_custom_admin.scss @@ -228,6 +228,10 @@ .custom-inputs { margin-bottom: 20px; } + + .required-data-message .label { + margin-bottom: 5px; + } } .setting .add-custom-input {