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 779dfa1 commit 2e38f97Copy full SHA for 2e38f97
src/App.vue
@@ -6,7 +6,7 @@
6
>
7
<div class="flex flex-col">
8
<div class="flex justify-center text-left">
9
- <div v-if="pullRequests" class="flex flex-col gap-4">
+ <div v-if="pullRequests" class="flex flex-col gap-2">
10
<div
11
v-for="pr in pullRequests"
12
:key="pr.id"
0 commit comments