From 5d507ecf6951da7a91e3506038e76ac36d077c71 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 31 Oct 2022 18:05:59 +0100 Subject: [PATCH] Event view improvements Signed-off-by: Thomas Citharel --- js/src/components/Address/AddressInfo.vue | 4 - .../components/Event/EventActionSection.vue | 31 +------- js/src/views/Event/EventView.vue | 78 ++++++++++++++++--- 3 files changed, 67 insertions(+), 46 deletions(-) diff --git a/js/src/components/Address/AddressInfo.vue b/js/src/components/Address/AddressInfo.vue index 7d6456d3e..392560df6 100644 --- a/js/src/components/Address/AddressInfo.vue +++ b/js/src/components/Address/AddressInfo.vue @@ -113,10 +113,6 @@ address { span.addressDescription { text-overflow: ellipsis; - white-space: nowrap; - flex: 1 0 auto; - min-width: 100%; - max-width: 4rem; overflow: hidden; } diff --git a/js/src/components/Event/EventActionSection.vue b/js/src/components/Event/EventActionSection.vue index fbf21628b..d7599b89c 100644 --- a/js/src/components/Event/EventActionSection.vue +++ b/js/src/components/Event/EventActionSection.vue @@ -15,27 +15,6 @@ @cancel-anonymous-participation="cancelAnonymousParticipation" />
- -

-
-
- +
+
+
-
+
-
+

-
+

{{ t("Event cancelled") }}

-

+ + +

{{ eventCategory }} @@ -110,7 +136,9 @@

-
@@ -189,13 +217,25 @@