related bug
flex: 0 0 5em;
doesn't work well. if I set width manually as '5em' there
img
but if I use like below, it works fine
flex: 0 0 auto; width: 5em;
both should be same but somehow it dones't