Skip to content

Commit

Permalink
fixed margin bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
owlester12 committed Nov 3, 2024
1 parent e7b750c commit fa1af76
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions frontend/components/ClubEditPage/ClubEditCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,13 @@ const EmailModal = ({
confirmSubmission,
}: EmailModalProps): ReactElement => {
return (
<Modal width={'450px'} show={true} closeModal={closeModal}>
<div className="card-content">
<Modal
width={'450px'}
show={true}
closeModal={closeModal}
marginBottom={false}
>
<div className="card-content" style={{ marginBottom: '24px' }}>
<Text>
Warning: This email will be shown to the public. We highly recommend
you don't use a personal email, and instead use a club email. Feel
Expand Down

0 comments on commit fa1af76

Please sign in to comment.