From 95ba8e49d72233543d509ba77342ca1b62b4e9a0 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 2 May 2022 22:56:38 -0500 Subject: [PATCH] EditProfile: make profile field label smaller than content --- app/soapbox/features/edit_profile/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/edit_profile/index.tsx b/app/soapbox/features/edit_profile/index.tsx index bacf99ca3..9ce2f2985 100644 --- a/app/soapbox/features/edit_profile/index.tsx +++ b/app/soapbox/features/edit_profile/index.tsx @@ -165,14 +165,14 @@ const ProfileField: React.FC = ({ value, onChange }) => {