feat: wrap AdditionalProfileFieldsSlot in a div for improved layout
This commit is contained in:
committed by
Farhaan Bukhsh
parent
0e676ffff3
commit
9b6e928260
@@ -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()}
|
||||
|
||||
Reference in New Issue
Block a user