flexbugs
flexbugs copied to clipboard
justify-content:flex-end or flex: shorthand bug
mobile and desktop browsers (chrome and safari) display this differently. If I change justify-content:flex-end to justify-content:initial the problem is fixed, or if I change flex: 0 1 10px to flex-basis: 10px the problem is fixed