aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/poll/poll.vue')
-rw-r--r--src/components/poll/poll.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 087822e1..57ec879a 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -43,7 +43,7 @@
<input
v-if="poll.multiple"
type="checkbox"
- class="input poll-checkbox"
+ class="input -checkbox poll-checkbox"
:disabled="loading"
:value="index"
>
@@ -52,7 +52,7 @@
type="radio"
:disabled="loading"
:value="index"
- class="input"
+ class="input -radio"
>
<label class="option-vote">
<RichContent