Skip to content

Commit

Permalink
Add margin to non-0th citation-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Sep 8, 2023
1 parent a732952 commit 696e485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/citation-widget/template.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<div id="citationList" class="m-b-md">
{{#each provider.citationStyles as |style|}}
<div class="f-w-xl">{{style.title}}</div>
{{#each provider.citationStyles as |style index|}}
<div class="f-w-xl {{if index 'm-t-md'}}">{{style.title}}</div>
<span> {{style.nodeCitation}} </span>
{{else}}
<div class="f-w-xl">{{t 'eosf.components.citationWidget.apa'}}</div>
Expand Down

0 comments on commit 696e485

Please sign in to comment.