Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Footnotes are much narrower than they are on bigfoot.js #55

Closed
Jackmc1047 opened this issue Jun 25, 2016 · 2 comments
Closed

Footnotes are much narrower than they are on bigfoot.js #55

Jackmc1047 opened this issue Jun 25, 2016 · 2 comments

Comments

@Jackmc1047
Copy link

Jackmc1047 commented Jun 25, 2016

@lemonmade
My footnotes are very narrow when activated and also clip their content. How can I make them wider, like they are on bigfootjs.com? I have the code below. Thanks in advance.

<section>
    <article>
        <p>
            text text text<sup><a href="#fn:1" rel="footnote"></a></sup> text text text
        </p>
        <div class="footnotes">
            <ol>
                <li class="footnote" id="fn:1">
                    <p>footnote text</p>
                </li>
            </ol>
        </div>
    </article>
</section>
@lukasschwab
Copy link
Contributor

lukasschwab commented Jun 28, 2016

Hi! Let me guess, you're using jQuery 3.x?

I think you're experiencing the same problem I ran into: #54

As described on that issue, I fixed the problem by using an earlier version of jQuery (1.8.3).

If that fixes the issue, I'd suggest closing this issue so we can consolidate the conversation about how to update bigfoot!

@Jackmc1047
Copy link
Author

Thanks for the info. I see you did previously mention this issue. Sorry I missed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants