From a9159f661393d6b1d295a136fcfe86d65cad8880 Mon Sep 17 00:00:00 2001
From: Eemaan Amir <57627710+eemaanamir@users.noreply.github.com>
Date: Tue, 1 Jul 2025 13:58:17 +0500
Subject: [PATCH] fix: fixed font sizing issue after applying elm theme (#1228)
---
src/profile-v2/DateJoined.jsx | 4 +-
src/profile-v2/ProfilePage.jsx | 8 +-
.../__snapshots__/ProfilePage.test.jsx.snap | 88 +++++++++----------
src/profile-v2/forms/Bio.jsx | 8 +-
src/profile-v2/forms/Country.jsx | 8 +-
src/profile-v2/forms/Education.jsx | 8 +-
src/profile-v2/forms/Name.jsx | 12 +--
src/profile-v2/forms/PreferredLanguage.jsx | 8 +-
src/profile-v2/forms/SocialLinks.jsx | 8 +-
src/profile-v2/index.scss | 19 +++-
10 files changed, 92 insertions(+), 79 deletions(-)
diff --git a/src/profile-v2/DateJoined.jsx b/src/profile-v2/DateJoined.jsx
index 5b02d4b..1921ee5 100644
--- a/src/profile-v2/DateJoined.jsx
+++ b/src/profile-v2/DateJoined.jsx
@@ -6,13 +6,13 @@ const DateJoined = ({ date }) => {
if (!date) { return null; }
return (
-
+
+
{params.username}
{isBlockVisible(name) && ( @@ -293,7 +293,7 @@ const ProfilePage = ({ params }) => { >+
{intl.formatMessage(messages['profile.username'])}
staffTest
@@ -123,7 +123,7 @@ exports[`
Username
@@ -142,11 +142,11 @@ exports[`
verified
@@ -223,11 +223,11 @@ exports[`
Username
@@ -297,11 +297,11 @@ exports[`
Full name
@@ -360,7 +360,7 @@ exports[`
Country
@@ -393,7 +393,7 @@ exports[`
Primary language spoken
@@ -426,7 +426,7 @@ exports[`
Education
@@ -463,7 +463,7 @@ exports[`
Bio
@@ -501,7 +501,7 @@ exports[`
X
@@ -631,7 +631,7 @@ exports[`
staff
@@ -644,11 +644,11 @@ exports[`
Username
@@ -737,11 +737,11 @@ exports[`
Full name
@@ -819,7 +819,7 @@ exports[`
Country
@@ -871,7 +871,7 @@ exports[`
Primary language spoken
@@ -923,7 +923,7 @@ exports[`
Education
@@ -979,7 +979,7 @@ exports[`
Bio
@@ -1036,7 +1036,7 @@ exports[`
X
@@ -1088,7 +1088,7 @@ exports[`
Facebook
@@ -1140,7 +1140,7 @@ exports[`
LinkedIn
@@ -1374,7 +1374,7 @@ exports[`
staff
@@ -1387,11 +1387,11 @@ exports[`
Username
@@ -1471,11 +1471,11 @@ exports[`
Full name
@@ -1553,7 +1553,7 @@ exports[`
Country
@@ -1605,7 +1605,7 @@ exports[`
Primary language spoken
@@ -1657,7 +1657,7 @@ exports[`
Education
@@ -1713,7 +1713,7 @@ exports[`
Bio
@@ -1770,7 +1770,7 @@ exports[`
X
@@ -1822,7 +1822,7 @@ exports[`
Facebook
@@ -1874,7 +1874,7 @@ exports[`
LinkedIn diff --git a/src/profile-v2/forms/Bio.jsx b/src/profile-v2/forms/Bio.jsx index 797bbb6..ed7422b 100644 --- a/src/profile-v2/forms/Bio.jsx +++ b/src/profile-v2/forms/Bio.jsx @@ -57,7 +57,7 @@ const Bio = ({ className="m-0 pb-3" isInvalid={error !== null} > -
+
{intl.formatMessage(messages['profile.bio.about.me'])}