Yeah I suspected something like this is happening. I don’t think it’s randomly adding a clearly wrong style though. I think it’s probably wrapping.
One possibility is it’s got float:right. But then if its width is not perfectly set to counter the width of whatever is on the left before it in the DOM, it will be pushed to the line below. Which it seems like is happening here.
Yeah I suspected something like this is happening. I don’t think it’s randomly adding a clearly wrong style though. I think it’s probably wrapping.
One possibility is it’s got
float:right
. But then if its width is not perfectly set to counter the width of whatever is on the left before it in the DOM, it will be pushed to the line below. Which it seems like is happening here.