fix: small screen

This commit is contained in:
Livio Bieri 2023-12-15 13:28:35 +01:00
parent cc857e31b9
commit bad9ed1926
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const { summary } = useMentorCockpit(courseSession.value.id);
<div
v-for="participant in summary.participants"
:key="participant.id"
class="flex flex-col items-center justify-between gap-4 border-b py-2 last:border-b-0 md:flex-row md:gap-16"
class="flex flex-col items-start justify-between gap-4 border-b py-2 last:border-b-0 md:flex-row md:items-center md:gap-16"
>
<div class="flex items-center space-x-2">
<img