From 625fc3c168746a266a25358c0b0e76d7e3416a3d Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Thu, 16 Jan 2025 16:23:21 -0500 Subject: [PATCH 1/2] Misc UI updates noticed during demo meeting. --- src/digital-components/modal/modal.vue | 5 +++-- src/layouts/quote/quote.vue | 2 +- .../service-package-radio/service-package-radio.vue | 6 +++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 5ca708288..13f3c4522 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -216,6 +216,9 @@ export default { overflow: auto; flex: none; } + .textbox-question { + padding: .25rem 0; + } } } &.modal-dialog-centered { @@ -269,8 +272,6 @@ export default { flex-direction: column; .textbox-question { - padding: 0; - label { text-align: left; font-weight: 900; diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 366a9d2cc..7557e0156 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -20,7 +20,7 @@
-
+
Date: Thu, 16 Jan 2025 17:24:50 -0500 Subject: [PATCH 2/2] Minor change to force build. --- src/digital-components/modal/modal.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 13f3c4522..bf1fad5f5 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -221,6 +221,7 @@ export default { } } } + &.modal-dialog-centered { align-items: flex-end; min-height: 100%;