From 571f6c60bdefc52f724537a9f50e3588a6734ff1 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 17 Oct 2019 09:41:52 +0200 Subject: [PATCH] Fix multiline display on participants page Signed-off-by: Thomas Citharel --- js/src/views/Event/Participants.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/views/Event/Participants.vue b/js/src/views/Event/Participants.vue index 4ed410078..68737aa96 100644 --- a/js/src/views/Event/Participants.vue +++ b/js/src/views/Event/Participants.vue @@ -12,7 +12,7 @@ import {ParticipantRole} from "@/types/event.model";