Fix multiline display on participants page

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-10-17 09:41:52 +02:00
parent 9901a26eb1
commit ea7ff329c3

View File

@ -12,7 +12,7 @@ import {ParticipantRole} from "@/types/event.model";
<template>
<section v-if="participantsAndCreators.length > 0">
<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">
<participant-card
:participant="participant"