Merge pull request #748 from sharetribe/fix-submit-button-location

fix form submit on mobile login, signup, and emailverification
This commit is contained in:
Vesa Luusua 2018-03-12 16:47:51 +02:00 committed by GitHub
commit 1d39bc1867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

View file

@ -2,6 +2,12 @@
.root {
@apply --marketplaceModalFormRootStyles;
justify-content: flex-start;
@media (--viewportMedium) {
justify-content: space-between;
}
}
.bottomWrapper {

View file

@ -2,6 +2,12 @@
.root {
@apply --marketplaceModalFormRootStyles;
justify-content: flex-start;
@media (--viewportMedium) {
justify-content: space-between;
}
}
.password {

View file

@ -2,6 +2,12 @@
.root {
@apply --marketplaceModalFormRootStyles;
justify-content: flex-start;
@media (--viewportMedium) {
justify-content: space-between;
}
}
.name {