From 2aeda1b0c45c80d839ee552a9f2ea2fcf6053193 Mon Sep 17 00:00:00 2001 From: Sahil Batra Date: Fri, 13 Jan 2023 17:38:51 +0530 Subject: [PATCH] profile_settings: Remove "hide" class from h3 element. We already have "inline-block" class for the h3 element in profile_settings.hbs, so the display property is set as "inline-block" and the CSS set by "hide" class is overridden. We should not have "hide" class for this element, since we want to show that element and not hide it. This was probably added while picking code of some other element in bb816e199. --- static/templates/settings/profile_settings.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/templates/settings/profile_settings.hbs b/static/templates/settings/profile_settings.hbs index f8c903c8cf..7d20761e18 100644 --- a/static/templates/settings/profile_settings.hbs +++ b/static/templates/settings/profile_settings.hbs @@ -1,7 +1,7 @@
-

{{t "Profile" }}

+

{{t "Profile" }}