Fix multiline display on participants page
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
4dcbf85d9a
commit
571f6c60bd
@ -12,7 +12,7 @@ import {ParticipantRole} from "@/types/event.model";
|
|||||||
<template>
|
<template>
|
||||||
<section v-if="participantsAndCreators.length > 0">
|
<section v-if="participantsAndCreators.length > 0">
|
||||||
<h2 class="title">{{ $t('Participants') }}</h2>
|
<h2 class="title">{{ $t('Participants') }}</h2>
|
||||||
<div class="columns">
|
<div class="columns is-multiline">
|
||||||
<div class="column is-one-quarter-desktop" v-for="participant in participantsAndCreators" :key="participant.actor.id">
|
<div class="column is-one-quarter-desktop" v-for="participant in participantsAndCreators" :key="participant.actor.id">
|
||||||
<participant-card
|
<participant-card
|
||||||
:participant="participant"
|
:participant="participant"
|
||||||
|
Loading…
Reference in New Issue
Block a user