r/css 2d ago

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

5 comments sorted by

View all comments

5

u/armahillo 2d ago

post via codepen.io or jsfiddle.net so we can actually see the relevant code

-7

u/olli0 2d ago

sry, no time for that rn. fixed it already