diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index a2c0d3358..0676cb610 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -216,8 +216,12 @@ export default { overflow: auto; flex: none; } + .textbox-question { + padding: .25rem 0; + } } } + &.modal-dialog-centered { align-items: flex-end; min-height: 100%; @@ -269,8 +273,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 f7f43731a..221eae723 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -20,7 +20,7 @@
-
+