diff --git a/src/common-components/button-question/button-question.vue b/src/common-components/button-question/button-question.vue index 69a5a39c..f7c08366 100644 --- a/src/common-components/button-question/button-question.vue +++ b/src/common-components/button-question/button-question.vue @@ -134,7 +134,7 @@ export default { if (this.isOverflowScrollable) { return "container-fluid overflow-scroll position-absolute px-5 pt-1 py-0"; } - else if (this.buttonType == "listCard") { + else if (this.buttonTypeString === "listCard") { return "w-100"; } else {