SSR-454
This commit is contained in:
parent
7d3489c4fa
commit
755109e100
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue