diff --git a/public/src/forum/admin/themes.js b/public/src/forum/admin/themes.js
index 636edd2680..699796e36b 100644
--- a/public/src/forum/admin/themes.js
+++ b/public/src/forum/admin/themes.js
@@ -97,6 +97,11 @@ define(['forum/admin/settings'], function(Settings) {
instListEl.appendChild(themeFrag);
});
+ // Proper tabbing for "Custom CSS" field
+ var customCSSEl = $('textarea[data-field]')[0];
+ tabIndent.config.tab = ' ';
+ tabIndent.render(customCSSEl);
+
Settings.prepare();
}
diff --git a/public/templates/admin/header.tpl b/public/templates/admin/header.tpl
index 5ea25324ed..211c27046d 100644
--- a/public/templates/admin/header.tpl
+++ b/public/templates/admin/header.tpl
@@ -24,6 +24,7 @@
+