File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
frontend/components/ClubEditPage Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -166,15 +166,11 @@ const EmailModal = ({
166
166
} : EmailModalProps ) : ReactElement => {
167
167
return (
168
168
< Modal
169
- width = { '' }
169
+ width = { '450px ' }
170
170
show = { true }
171
171
closeModal = { closeModal }
172
172
children = {
173
- < div
174
- style = { {
175
- alignItems : 'center' ,
176
- } }
177
- >
173
+ < div >
178
174
< Text className = "card-content" >
179
175
Warning: This email will be down to the public. We highly recommend
180
176
you don't use a personal email, and instead use a club email. Feel
@@ -184,8 +180,8 @@ const EmailModal = ({
184
180
name = "email"
185
181
value = { email }
186
182
onChange = { ( e ) => setEmail ( e . target . value ) }
187
- className = { ` input` }
188
- style = { { maxWidth : '350px' , marginBottom : '12px' } }
183
+ className = " input mb-5"
184
+ style = { { maxWidth : '350px' } }
189
185
> </ Field >
190
186
< div >
191
187
< button onClick = { confirmSubmission } className = "button is-primary" >
You can’t perform that action at this time.
0 commit comments