From ea7ff329c35fcc10a85d178b6e7994d32b41efcc 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";