From d9776159f112f6aa84632033e2b22fb6bf64eafc Mon Sep 17 00:00:00 2001 From: Nikhil Maske Date: Wed, 17 Mar 2021 18:25:02 +0530 Subject: [PATCH] account_settings: Change the position of the custom-profile-fields-form. The custom-profile-fields-form element custom_user_field contains the textarea for Biography that expands. The textarea treats the user-avatar-section as an disturbing obstacle when expanded beyond the certain width. To fix this, the custom-profile-fields-form is placed out from the account-settings-form. Fixes #17617. --- static/templates/settings/account_settings.hbs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/static/templates/settings/account_settings.hbs b/static/templates/settings/account_settings.hbs index 110564fdf9..41ea21def4 100644 --- a/static/templates/settings/account_settings.hbs +++ b/static/templates/settings/account_settings.hbs @@ -142,14 +142,6 @@ - -

{{t "Profile" }}

-
- -
@@ -166,6 +158,13 @@
+

{{t "Profile" }}

+
+ +