This commit is contained in:
sheena 2023-05-05 17:04:21 +05:30
parent 7d3489c4fa
commit 755109e100

View file

@ -4,7 +4,7 @@
:class=" :class="
isOverflowScrollable ? 'button-question button-question-overflow' : 'button-question' isOverflowScrollable ? 'button-question button-question-overflow' : 'button-question'
"> ">
<div v-if="questionText && answers && answers.length > 0" class="question-text d-flex" <div v-if="questionText && answers && answers.length > 0" class="question-text"
:class="{'small-question-text': isSmallQuestionText,'small-question-label-text':isSmallQuestionLabelText}"> :class="{'small-question-text': isSmallQuestionText,'small-question-label-text':isSmallQuestionLabelText}">
<span class="fw-bold w-100">{{ questionText }}</span> <span class="fw-bold w-100">{{ questionText }}</span>
</div> </div>
@ -246,6 +246,7 @@ export default {
margin-top: 1.5rem; margin-top: 1.5rem;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 1rem; font-size: 1rem;
text-align:center;
line-height: 1.625rem; line-height: 1.625rem;
& > span { & > span {