flexbugs icon indicating copy to clipboard operation
flexbugs copied to clipboard

justify-content:flex-end or flex: shorthand bug

Open Paul-frc opened this issue 8 years ago • 0 comments

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

Paul-frc avatar Jan 10 '17 11:01 Paul-frc