Skip to content

Commit

Permalink
change profile field margin and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
c2d13p committed Oct 24, 2024
1 parent 48a2160 commit 8214c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ export function FieldOutput({ Model, obj, field, label, editable }) {
</>
}

return <p key={field}>
return <div key={field} className='mb-1 pt-1'>
<strong>{label}: </strong>
{ Field() }
</p>
</div>
}

const adminEmail = '[email protected]'
Expand Down

0 comments on commit 8214c33

Please sign in to comment.