Are you able to provide a link to a page where this is happening? I can provide some custom CSS for you to use if so.
If you’re referring to the footnotes output after the post content here’s what the HTML markup that’s output looks like:
<ol class="easy-footnotes-wrapper">
<li class="easy-footnote-single">
<span id="easy-footnote-bottom-1-402" class="easy-footnote-margin-adjust"></span>Like so.<a class="easy-footnote-to-top" href="#easy-footnote-1-402"></a>
</li>
</ol>
If it’s outputting as one solid block it sounds like something in your theme or another plugin’s CSS is floating li elements. You’d need to make sure the .easy-footnote-single
is clearing and you can adjust margin between footnotes there.
If you have a direct link I can take a look and give more specific info.