JGood
JGood

Reputation: 522

IE 7 Word-wrap bug

I have a problem with my html page. I have text that is word-wrapping in a defined width box. It looks great in of course Firefox and IE8. However, when checking its backwards compatibility I found that the word-wrapping causes a random spacing issue where one line of text seems as if it has a margin-top specified on it.

Anyone ran into this issue before?

Thanks for your help.

Upvotes: 0

Views: 1074

Answers (1)

caramba
caramba

Reputation: 22490

any line-height:XXpx; in your css (if not add one)

Upvotes: 1

Related Questions