cupslab / password_meter

This project implements a data-driven password meter. Its effects on password security and usability were evaluated in the following publication: http://www.blaseur.com/papers/CHI17meter.pdf and a demo is available at: https://cups.cs.cmu.edu/meter/
Other
185 stars 40 forks source link

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

Closed blaseur closed 7 years ago

blaseur commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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