diff --git a/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs b/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs
index 73d78b085e3..7e532cfe893 100644
--- a/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs
+++ b/app/assets/javascripts/admin/addon/templates/customize-themes-show.hbs
@@ -55,26 +55,26 @@
-
{{#unless model.component}}
{{inline-edit-checkbox action=(action "applyDefault") labelKey="admin.customize.theme.is_default" checked=model.default}}
@@ -136,7 +135,6 @@
{{/unless}}
-
{{#unless model.component}}
{{#d-section class="form-horizontal theme settings control-unit"}}
@@ -253,7 +251,7 @@
{{i18n "admin.customize.theme.theme_settings"}}
{{#d-section class="form-horizontal theme settings control-unit"}}
{{#each settings as |setting|}}
- {{theme-setting-editor setting=setting model=model class="theme-setting"}}
+ {{theme-setting-editor setting=setting model=model class="theme-setting control-unit"}}
{{/each}}
{{/d-section}}
@@ -271,7 +269,7 @@
{{/if}}