diff --git a/app/assets/javascripts/discourse/templates/user/preferences.hbs b/app/assets/javascripts/discourse/templates/user/preferences.hbs index d5e4699834d..6591c9eb824 100644 --- a/app/assets/javascripts/discourse/templates/user/preferences.hbs +++ b/app/assets/javascripts/discourse/templates/user/preferences.hbs @@ -278,7 +278,7 @@ {{plugin-outlet "user-custom-controls"}} -
+
{{partial 'user/preferences/save-button'}}
diff --git a/app/assets/stylesheets/mobile/user.scss b/app/assets/stylesheets/mobile/user.scss index 489730fdbde..b4c841f97c8 100644 --- a/app/assets/stylesheets/mobile/user.scss +++ b/app/assets/stylesheets/mobile/user.scss @@ -56,6 +56,10 @@ } } + .delete-account { + overflow: hidden; + } + .checkbox-label { overflow: auto; display: block;