Skip to content

Commit 0a31d95

Browse files
authored
[QUIZ-190][QUIZ-173] fix: display shared quizzfly (#120)
* [QUIZ-190][QUIZ-173] fix: group * [QUIZ-190][QUIZ-173] fix: group * [QUIZ-190][QUIZ-173] fix: scroll * [QUIZ-190][QUIZ-173] fix: display shared quizzfly
1 parent 293ea7e commit 0a31d95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/group/Shared.vue

+1-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ const listQuizzflyShared = async () => {
5656
<Skeleton class="w-full h-20 rounded-md" />
5757
</div>
5858
</div>
59-
<div
60-
class="flex items-center justify-between p-8 gap-12 w-full overflow-y-auto overflow-hidden"
61-
>
59+
<div class="flex flex-col justify-between p-8 gap-4 w-full overflow-y-auto overflow-hidden">
6260
<Card
6361
v-for="quizzfly in quizzflyShared"
6462
:key="quizzfly.id"

0 commit comments

Comments
 (0)