Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug incorrectly displaying wide images in FF
This bug occured because of the interaction between flex-box on the surrounding container and min-width/max-width. Setting the flex-basis property on the image leads to the image correctly picking up width/height again. See also: philipwalton/flexbugs#138
- Loading branch information