-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flex items have a min-width set to `auto` as per the spec: https://www.w3.org/TR/css-flexbox/#min-size-auto This causes elements like `pre` to extend past the `Grid-cell` even when overflow is set. Setting `min-width` to `0` fixes this and gives a more expected behaviour in that situation. Bug example: http://codepen.io/simonsmith/pen/BKGKBo More detail: http://weblog.west-wind.com/posts/2016/Feb/15/Flexbox-Containers-PRE-tags-and-managing-Overflow
- Loading branch information
1 parent
212b35f
commit 87df2ff
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters