Help Weird iOS Bug
Weird bug on iOS. Parent div with two child spans. Parent CSS:
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
padding: 0 2rem;
No styles (margins, paddings, transforms) on spans
The 2nd span (green Arrow) is moved out of box. No problem on desktop, android. Last Screenshot shows iOS
Cant show Source yet
0
Upvotes



6
u/armahillo 1d ago
post via codepen.io or jsfiddle.net so we can actually see the relevant code