From 33b20038270a1b97797e5414652e037e97e375e3 Mon Sep 17 00:00:00 2001 From: Robert Barrow Date: Tue, 26 May 2020 11:47:15 +0100 Subject: [PATCH] improved layout so that mapped field settings have more room --- .../components/wizard-custom-action.hbs | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs index fabc4b36..c52f6cd1 100644 --- a/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs +++ b/assets/javascripts/discourse/templates/components/wizard-custom-action.hbs @@ -304,24 +304,7 @@ -
-
- -
- -
- {{combo-box - value=action.notification_level - content=availableNotificationLevels - onChange=(action (mut action.notification_level)) - options=(hash - isDisabled=action.custom_title_enabled - none='admin.wizard.action.watch_categories.select_a_notification_level' - )}} -
-
- -
+
@@ -338,6 +321,23 @@ )}}
+ +
+
+ +
+ +
+ {{combo-box + value=action.notification_level + content=availableNotificationLevels + onChange=(action (mut action.notification_level)) + options=(hash + isDisabled=action.custom_title_enabled + none='admin.wizard.action.watch_categories.select_a_notification_level' + )}} +
+
{{/if}} {{#if showAdvanced}}