diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index cec014712..4542ef849 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -72,7 +72,7 @@ https://safelite.atlassian.net/wiki/spaces/DC/pages/76644418/Button+Question+Com -
+
({ buttonLabel: answer.buttonLabel ?? answer.Text ?? answer, diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index efd3866d0..197655db1 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -23,6 +23,12 @@ body { } .col { max-width: 236px; + &.one-list-card-width { + max-width: 472px; + @include media-breakpoint-up(xl) { + max-width: 66.6666666%; + } + } } } .col-xl-4 {