mapbox / assembly

Making the hard parts of designing for the web easy.
https://www.mapbox.com/assembly/
134 stars 27 forks source link

Add `flex-basis: 0;` to col--auto #1022

Closed samanpwbb closed 3 years ago

samanpwbb commented 3 years ago

col--auto takes content into account when setting width, which leads to things like:

|     content     |       |      

When what we really want col--auto to do is this:

|  content   |            |