diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index e2257112..d36cac83 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -4,7 +4,7 @@ :class=" isOverflowScrollable ? 'button-question button-question-overflow' : 'button-question' "> -
{{ questionText }}
@@ -246,7 +246,6 @@ export default { margin-top: 1.5rem; margin-bottom: 1rem; font-size: 1rem; - text-align:center; line-height: 1.625rem; & > span { diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index ab42ce9b..eac6e7ec 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -262,6 +262,11 @@ export default { .service-location-button-question { .question-text { margin-top: 1.5rem; + + span { + text-align: center; + } + } }