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 e45921d commit 922e230Copy full SHA for 922e230
src/lib/components/composites/paper-components/paper-view/cards/ReferencesAndCitationsCardContent.svelte
@@ -33,7 +33,7 @@
33
</script>
34
35
<section class="flex flex-col h-full gap-5">
36
- <div class="flex h-full overflow-hidden">
+ <div class="flex h-full overflow-hidden flex-[1_1_0]">
37
<NamedList
38
listName="References"
39
items={backwardReferencedPapers}
@@ -51,7 +51,7 @@
51
{/snippet}
52
</NamedList>
53
</div>
54
55
56
listName="Citations"
57
items={forwardReferencedPapers}
0 commit comments