From cd874e1bfca6f8cfd76bebd18858d79af6549510 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 19 Apr 2021 12:04:52 +0200 Subject: [PATCH] Fix edit event warning popup size Imcrease width to 500px and allow to wrap text correctly if even longer Signed-off-by: Thomas Citharel --- js/src/views/Event/Edit.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/js/src/views/Event/Edit.vue b/js/src/views/Event/Edit.vue index 3d098bfb3..fc73ace85 100644 --- a/js/src/views/Event/Edit.vue +++ b/js/src/views/Event/Edit.vue @@ -425,6 +425,20 @@ section { } } +