We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f7ceb commit 547beb6Copy full SHA for 547beb6
src/pages/[...lang]/[...publications].astro
@@ -65,7 +65,7 @@ const publications = (await getCollection("publications")).sort(
65
</div>
66
<div class="collapse-content px-0 text-md">
67
<div>{publication.data.abstract}</div>
68
- <div class="flex gap-4 mt-4 mb-16">
+ <div class="flex flex-wrap gap-4 mt-4 mb-16">
69
{publication.data.publisher && (
70
<div>
71
{t("publications.publisher")}: {publication.data.publisher}
0 commit comments