From 534bbebd0f1573a381e7ea7de43110989802851f Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 10 Jun 2025 18:18:35 +0200 Subject: [PATCH] updates --- components/ClientEmailSection.vue | 22 ++++++++++++++-------- components/EOISection.vue | 31 +++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 18 deletions(-) diff --git a/components/ClientEmailSection.vue b/components/ClientEmailSection.vue index 6001974..09221a0 100644 --- a/components/ClientEmailSection.vue +++ b/components/ClientEmailSection.vue @@ -160,20 +160,20 @@ color="primary" variant="tonal" prepend-icon="mdi-paperclip" - class="mr-2" + class="mr-2 mb-1" > {{ attachment.name || attachment }} -
+
- mdi-email-open - View + mdi-email-open + View - mdi-reply - Reply + mdi-reply + Reply
@@ -1079,6 +1079,8 @@ const saveSignature = () => { max-height: 100px; overflow: hidden; position: relative; + word-wrap: break-word; + overflow-wrap: break-word; } .email-preview::after { @@ -1089,21 +1091,25 @@ const saveSignature = () => { right: 0; height: 30px; background: linear-gradient(to bottom, transparent, white); + pointer-events: none; } .email-content-mobile { - max-height: 150px; + max-height: 120px; font-size: 0.875rem; + line-height: 1.4; } .email-content :deep(p) { margin: 0 0 0.5em 0; + word-wrap: break-word; + overflow-wrap: break-word; } .email-content :deep(br) { display: block; content: ""; - margin: 0.5em 0; + margin: 0.25em 0; } .email-threads { diff --git a/components/EOISection.vue b/components/EOISection.vue index 199dd29..560b914 100644 --- a/components/EOISection.vue +++ b/components/EOISection.vue @@ -29,30 +29,41 @@
-
+
Generate EOI -
- - -
+ - {{ mobile ? 'Upload EOI' : (hasEOI ? 'Upload Signed EOI' : 'Upload EOI Document') }} + Upload EOI Document + +
+ + +
+ + Upload Signed EOI