File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ body.is-section-accept-invite {
16
16
}
17
17
.invite-accept__form {
18
18
height : 100% ;
19
+ display : flex ;
20
+ flex-direction : column ;
19
21
}
20
22
.layout__content {
21
23
padding : 24px ;
@@ -26,7 +28,7 @@ body.is-section-accept-invite {
26
28
margin : 0 auto ;
27
29
display : flex ;
28
30
flex-direction : column ;
29
- height : 100 % ;
31
+ flex : 1 ;
30
32
box-sizing : border-box ;
31
33
font-family : $font-sf-pro-text ;
32
34
Original file line number Diff line number Diff line change @@ -269,8 +269,8 @@ class InviteAccept extends Component {
269
269
270
270
return (
271
271
< div className = { containerClasses } >
272
- { this . localeSuggestions ( ) }
273
272
< div className = { formClasses } >
273
+ { this . localeSuggestions ( ) }
274
274
{ this . isMatchEmailError ( ) && user && (
275
275
< Notice
276
276
text = { this . props . translate ( 'This invite is only valid for %(email)s.' , {
You can’t perform that action at this time.
0 commit comments