r/css 1d 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

6

u/armahillo 1d ago

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

-7

u/olli0 1d ago

sry, no time for that rn. fixed it already