cferdinandi / kraken

A lightweight, mobile-first boilerplate for front-end web developers.
http://cferdinandi.github.io/kraken
MIT License
806 stars 81 forks source link

Text in button not wrapping when using `<input type="submit" />` #279

Closed roelvangils closed 5 years ago

roelvangils commented 5 years ago

When using <button> elements, there's no problem. If you use <input type="submit" />, however, long text doesn't wrap (only apparent on small viewports).

I think it can be fixed like this:

.btn {
   white-space: normal;
}
cferdinandi commented 5 years ago

Fixed with v9.0.1