aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll_form.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/poll/poll_form.vue')
-rw-r--r--src/components/poll/poll_form.vue9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue
index f2459e45..ecbfdf41 100644
--- a/src/components/poll/poll_form.vue
+++ b/src/components/poll/poll_form.vue
@@ -47,7 +47,8 @@
:title="$t('polls.type')"
>
<Select
- kind="ghost"
+ class="poll-type-select"
+ unstyled="true"
v-model="pollType"
@change="updatePollToParent"
>
@@ -69,7 +70,7 @@
>
<Select
v-model="expiryUnit"
- kind="ghost"
+ unstyled="true"
class="expiry-unit"
@change="expiryAmountChange"
>
@@ -134,6 +135,10 @@
.poll-type {
margin-right: 0.75em;
flex: 1 1 60%;
+
+ .poll-type-select {
+ padding-right: 0.75em;
+ }
}
.poll-expiry {