diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-29 19:06:50 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-29 19:06:50 +0200 |
| commit | fb55c98483950bf02758ca1ec21e3e428fe35751 (patch) | |
| tree | b33003bb86eb1dabcdce1da69b8f38763a11ba14 /src/components/poll/poll.vue | |
| parent | e7c64e47c4870b19d41ec4f7a500d312c06df853 (diff) | |
fix polls options
Diffstat (limited to 'src/components/poll/poll.vue')
| -rw-r--r-- | src/components/poll/poll.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 57ec879a..1e97b3ca 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -38,6 +38,7 @@ :aria-labelledby="`option-vote-${randomSeed}-${index}`" :aria-checked="choices[index]" @click="activateOption(index)" + class="input unstyled" > <!-- TODO: USE CHECKBOX --> <input |
