diff --git a/jest.config.js b/jest.config.js index 93249f226..0f45a8a97 100644 --- a/jest.config.js +++ b/jest.config.js @@ -31,5 +31,5 @@ module.exports = { }, }, // Uncomment this to avoid the massive amount of warnings we are getting for onSubmit and onInvalidSubmit - // silent: true, + silent: true, }; diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index ffbb8fd79..304d90e0e 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -192,7 +192,7 @@ export default { classes = "d-flex flex-row p-0"; break; case "listCard": - classes = "row g-2 g-md-5 justify-content-center mb-1"; + classes = "row g-2 g-md-5 justify-content-center mb-1 flex-nowrap"; if (this.isWide) { classes += "flex-column"; } @@ -304,6 +304,17 @@ export default {