From defbef736f174b67c55a2823e6f6049aa1313521 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sat, 4 Jan 2025 18:19:25 -0700 Subject: [PATCH] fix any error messages with words that are too long and push the "X" off the page --- src/App.vue | 15 +++++++++++---- src/views/ContactEditView.vue | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4778077..146cc3b 100644 --- a/src/App.vue +++ b/src/App.vue @@ -45,7 +45,7 @@
{{ notification.title }} -

{{ notification.text }}

+

{{ truncateLongWords(notification.text) }}