fix: small screen
This commit is contained in:
parent
cc857e31b9
commit
bad9ed1926
|
|
@ -11,7 +11,7 @@ const { summary } = useMentorCockpit(courseSession.value.id);
|
||||||
<div
|
<div
|
||||||
v-for="participant in summary.participants"
|
v-for="participant in summary.participants"
|
||||||
:key="participant.id"
|
: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">
|
<div class="flex items-center space-x-2">
|
||||||
<img
|
<img
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue