You probably missed something in the CSS that is adding a little more padding in some cases that causes line 16 not to fit. In your example, you get 15 lines when there are two paragraphs and 16 lines when there is only one, so it might not be related to the footnote at all; the CSS could have nasty paragraph padding that you missed somewhere.
|