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

Continue button doesn't line up correctly in Firefox #3

Closed
blaseur opened this issue May 8, 2017 · 2 comments
Closed

Continue button doesn't line up correctly in Firefox #3

blaseur opened this issue May 8, 2017 · 2 comments

Comments

@blaseur
Copy link
Contributor

blaseur commented May 8, 2017

In Firefox, the Continue button is not right-aligned with the other fields.

Spacing is fine in Chromium.

screenshot from 2017-05-07 22 31 03

@m33x
Copy link

m33x commented May 8, 2017

config.css may cause the issue. Please have a look at
body { font-family: sans-serif;

If disabled, it does no longer overflow in Firefox & Chrome (Ubuntu 16.04).
selection_012

A possible workaround could be using Web typography.

@blaseur
Copy link
Contributor Author

blaseur commented May 8, 2017

Thanks, m33x! Fixed in latest commit by removing that line.

@blaseur blaseur closed this as completed May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants