Fix for flexbox whitespace quirk
Open
breaking-change
- Dominant language
- Sass
- Stars
- 164
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
https://www.w3.org/TR/css-flexbox-1/#min-size-auto
https://stackoverflow.com/questions/38223879/white-space-nowrap-breaks-flexbox-layout
```
.frow {
min-width: 0; // fixes whitespace: nowrap
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.