Skip to content

How to prevent footnotes from changing line heights? #811

Discussion options

You must be logged in to vote

Try adding these lines to your CSS:

sup {
    font-size: 75%;
    vertical-align: text-top;
}

Obviously you can tweak font-size according to your likes.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@annaesvensson
Comment options

@glow12121
Comment options

@glow12121
Comment options

@GiovanniSalmeri
Comment options

@glow12121
Comment options

Answer selected by glow12121
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants