diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index f13f8505..a6fb6f69 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -132,7 +132,7 @@ export default { computed: { getFieldSetClasses() { if (this.isOverflowScrollable) { - return "container-fluid overflow-scroll position-absolute px-5 pb-2"; + return "container-fluid overflow-scroll position-absolute px-5 pt-1 py-0"; } else if (this.buttonType == "listCard") { return "w-100"; @@ -244,7 +244,7 @@ export default { } .question-text { margin-top: 1.5rem; - margin-bottom: 1rem; + margin-bottom: 0.75rem; font-size: 1rem; line-height: 1.625rem; diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index 3d5fcfe0..9bfe25a6 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -1,6 +1,6 @@