Skip to content

Commit

Permalink
Merge pull request #950 from intuitem/CA-511-improve-question-layout-…
Browse files Browse the repository at this point in the history
…for-firefox

chore: improve question layout for Firefox
  • Loading branch information
nas-tabchiche authored Oct 17, 2024
2 parents 09acb73 + 8460dba commit d0c5410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/components/Forms/Question.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<RadioGroup active="variant-filled-primary" hover="hover:variant-soft-primary">
{#each question.options as option}
<RadioItem
class="whitespace-nowrap"
bind:group={question.answer}
name="question"
value={option}
Expand Down

0 comments on commit d0c5410

Please sign in to comment.