From 3239bd34dfd60d7836d42b69bb62912f66af29d6 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 4 Mar 2024 23:02:21 +0200 Subject: [PATCH] fix poll options --- src/components/poll/poll.vue | 4 ++++ 1 file changed, 4 insertions(+) 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 {