sparcs-kaist / zabo-front-reactjs

Image and Poster Advertising Service @ KAIST
https://zabo.sparcs.org
MIT License
19 stars 7 forks source link

fix(safari): Fix safari flexbox bug #97

Closed jungdj closed 4 years ago

jungdj commented 4 years ago

Fixed with

flex-shrink: 0;
flex-basis: auto;

ref: https://github.com/philipwalton/flexbugs#flexbug-1

related to : #96