diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-23 16:15:05 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-23 16:15:05 +0200 |
| commit | 961ca3a71b2e5b5f98df5613d4348c8efee6ba05 (patch) | |
| tree | b7f074b02fc896a9f95be322acc0b19007bd248e /src/components/poll/poll_form.vue | |
| parent | 08811e5a27548f18c1107170b892a4f614658dc5 (diff) | |
fix all the spacings i could find
Diffstat (limited to 'src/components/poll/poll_form.vue')
| -rw-r--r-- | src/components/poll/poll_form.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll_form.vue b/src/components/poll/poll_form.vue index 3620075a..f269d60e 100644 --- a/src/components/poll/poll_form.vue +++ b/src/components/poll/poll_form.vue @@ -72,6 +72,7 @@ :max="maxExpirationInCurrentUnit" @change="expiryAmountChange" > + {{ ' ' }} <Select v-model="expiryUnit" unstyled="true" |
