You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I took your grid example and added some SASS to get to a normal-ish 12 column layout. All was well and good until I put in a <pre> block with long lines. This blows out the cell and they no longer equally share the space.
I took your grid example and added some SASS to get to a normal-ish 12 column layout. All was well and good until I put in a
<pre>
block with long lines. This blows out the cell and they no longer equally share the space.An example.
The fix is simple — add a
max-width
that matches the percentage of the flex:Also, I just noticed that a lot of those properties are missing a semicolon at the end, is that intentional?
Thanks for the great site! It makes using Flexbox super easy and makes me wish I didn't have to support IE9 at work!
The text was updated successfully, but these errors were encountered: