Skip to content

Commit

Permalink
fix: citation view not wrapping in case of many links
Browse files Browse the repository at this point in the history
Fix #3133
  • Loading branch information
gcushen committed Sep 7, 2024
1 parent ec9127e commit edacf1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/blox-tailwind/layouts/partials/views/citation.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{{ end }}

{{ if $has_attachments }}
<div class="flex space-x-3">
<div class="flex flex-wrap space-x-3">
{{ partial "page_links" (dict "page" $item "is_list" 1) }}
</div>
{{ end }}
Expand All @@ -39,7 +39,7 @@
{{- $item.Date.Format "2006" -}}.

{{ if $has_attachments }}
<div class="flex space-x-3">
<div class="flex flex-wrap space-x-3">
{{ partial "page_links" (dict "page" $item "is_list" 1) }}
</div>
{{ end }}
Expand Down

0 comments on commit edacf1f

Please sign in to comment.