diff options
| -rw-r--r-- | src/components/poll/poll.vue | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index ac856bf0..2e163938 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -112,6 +112,10 @@ .poll-option { margin: 0.75em 0.5em; + + .input { + line-height: inherit; + } } .option-result { |
