From 871277882d0ef58869064a7a6e925be32082755f Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Thu, 18 Dec 2025 22:08:34 -0500 Subject: [PATCH] imporoved readability of LOA reason --- ui/src/components/loa/loaList.vue | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/ui/src/components/loa/loaList.vue b/ui/src/components/loa/loaList.vue index b52e6a2..1785564 100644 --- a/ui/src/components/loa/loaList.vue +++ b/ui/src/components/loa/loaList.vue @@ -234,18 +234,24 @@ function setPage(pagenum: number) {
-
- -

- Reason -

+
+ + +
+

+ Reason +

+ +
-

- {{ post.reason }} -

+
+ {{ post.reason || 'No reason provided.' }} +
+
+