gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Consider using CSS Flexbox for the form layout #130

Closed gustafl closed 5 years ago

gustafl commented 7 years ago

The motivation stems from having to put all <button> elements on the same line in the HTML, to avoid unwanted spaces between them:

https://css-tricks.com/fighting-the-space-between-inline-block-elements

Support for Flexbox seems okay:

http://caniuse.com/#feat=flexbox

Start with the two courses at PluralSight. If there are problems, go here:

https://github.com/philipwalton/flexbugs

gustafl commented 5 years ago

Flexbox worked nicely, even when arranging buttons into multiple rows. Done.