Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Purchase button is misaligned on desktop #86

Closed
NinoSkopac opened this issue Mar 4, 2017 · 4 comments
Closed

Purchase button is misaligned on desktop #86

NinoSkopac opened this issue Mar 4, 2017 · 4 comments

Comments

@NinoSkopac
Copy link

NinoSkopac commented Mar 4, 2017

General information

same as previous issue

Issue description

screen shot 2017-03-04 at 14 14 42

Fix

@media (min-width: 768px) {
    #braintree-submit-button {
        margin-left: 3px;
    }
}

Post-fix
screen shot 2017-03-04 at 14 18 50

@NinoSkopac
Copy link
Author

Correction: it was misaligned on an actual phone too (as opposed to not being misaligned in a simulator)

@lilaconlee
Copy link
Contributor

Because the button is not actually part of Drop-in, it looks like the fix you provided is the best solution for now. We'll keep your feedback in mind as we continue to tweak the design and update you here if we make a relevant fix.

@crookedneighbor
Copy link
Contributor

Fixed on master. This will go out in the next release.

@crookedneighbor
Copy link
Contributor

This is now out with v1.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants