feat: wrap AdditionalProfileFieldsSlot in a div for improved layout

This commit is contained in:
Brayan Ceron
2025-11-10 09:59:38 -05:00
committed by Farhaan Bukhsh
parent 0e676ffff3
commit 9b6e928260

View File

@@ -291,7 +291,9 @@ class ProfilePage extends React.Component {
{...commonFormProps}
/>
)}
<AdditionalProfileFieldsSlot />
<div className="mb-4">
<AdditionalProfileFieldsSlot />
</div>
</div>
<div className="pt-md-3 col-md-8 col-lg-7 offset-lg-1">
{!this.isYOBDisabled() && this.renderAgeMessage()}