diff options
| author | Henry Jameson <me@hjkos.com> | 2021-03-11 16:31:15 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2021-03-11 16:54:03 +0200 |
| commit | 3870a30aeaeb9ed89e69610f2fc4ca6838fb1558 (patch) | |
| tree | 9efe5515fbff97206d954a6de64234cf6e325a2e /src/components/poll | |
| parent | 5d3bf43fdc83efb0294229df63201877032a85ff (diff) | |
cleanup, fixes
Diffstat (limited to 'src/components/poll')
| -rw-r--r-- | src/components/poll/poll_form.vue | 9 |
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 { |
