Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Mar 21, 2024
1 parent 52231f6 commit 3b128bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<span
id="question_{{question.index}}_answer_blank"
ng-if="!!isBlankVoteAnswer"
class="answer-text"
class="answer-text answer-blank"
ng-i18next="avBooth.emptyAnswer"
></span>
<p
Expand Down Expand Up @@ -133,7 +133,7 @@

<span
id="question_{{question.index}}_answer_blank"
class="answer-text"
class="answer-text answer-blank"
ng-if="!!hideCheck() && (!isWriteIn || showWriteInString)"
>{{answer | customI18n : 'text'}}</span>
<div
Expand Down

0 comments on commit 3b128bc

Please sign in to comment.