diff --git a/js/src/assets/undraw_mail_2.svg b/js/public/img/undraw_mail_2.svg similarity index 100% rename from js/src/assets/undraw_mail_2.svg rename to js/public/img/undraw_mail_2.svg diff --git a/js/src/assets/undraw_profile.svg b/js/public/img/undraw_profile.svg similarity index 100% rename from js/src/assets/undraw_profile.svg rename to js/public/img/undraw_profile.svg 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..a9bc529c6 100644 --- a/js/src/components/Event/EventActionSection.vue +++ b/js/src/components/Event/EventActionSection.vue @@ -1,7 +1,7 @@