From 9b6e928260eeca86ab946089cc1ae2fa82f69cff Mon Sep 17 00:00:00 2001 From: Brayan Ceron Date: Mon, 10 Nov 2025 09:59:38 -0500 Subject: [PATCH] feat: wrap AdditionalProfileFieldsSlot in a div for improved layout --- src/profile/ProfilePage.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/profile/ProfilePage.jsx b/src/profile/ProfilePage.jsx index 31d11e4..59b22bb 100644 --- a/src/profile/ProfilePage.jsx +++ b/src/profile/ProfilePage.jsx @@ -291,7 +291,9 @@ class ProfilePage extends React.Component { {...commonFormProps} /> )} - +
+ +
{!this.isYOBDisabled() && this.renderAgeMessage()}