godon019
4/21/2019 - 10:45 AM

flex-basis bug

related bug

problem

flex: 0 0 5em;

doesn't work well. if I set width manually as '5em' there

img

solution

but if I use like below, it works fine

flex: 0 0 auto;
width: 5em;

both should be same but somehow it dones't