kasperisager/vanilla-bootstrap

PasswordStrength height is not enough?

Closed this issue · 5 comments

df-5 commented

chrome-1

Not too sure where/how you're generating custom_*.css, but I'm currently overriding it in custom.css with this:
div.PasswordStrength { height: 20px }

The default appears to be 10px as part of .progress, .PasswordStrength{}, the theme is custom_flatly.

This should probably be reported as a bug in the Bootswatch repo. Per the Bootstrap documentation, progress bars are supposed to be able to accept text input, which apparently doesn't work in Flatly.

df-5 commented

It [Bootswatch] seems to accept it by default on virtue of it being a much much smaller font-size: http://jsfiddle.net/rb6nnq1t/

Ah, then it indeed is an issue with the theme.

df-5 commented

Seems to hit yeti too though not as hard

image

Closing as the project won't receive further updates until the release of Bootstrap 4.