Chester Mendoza
Results
2
comments of
Chester Mendoza
> Reproducible demo here: https://codesandbox.io/s/lp16vvz6n7 Got similar problem and tried to tinker with your sandbox. I solved this by adding `min-width: 0` ``` .flex-1 { flex: 1 1 0%; min-width:...
@DJanocha thanks for this! Will take a look at this `shadowing` 👌 For now, the workaround is, as you suggest, to make it from the most specific going to a...