logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 3239bd34dfd60d7836d42b69bb62912f66af29d6
parent 7f38d7d474a47ba8b2bb9ac2390ce05e7e7fa47c
Author: Henry Jameson <me@hjkos.com>
Date:   Mon,  4 Mar 2024 23:02:21 +0200

fix poll options

Diffstat:

Msrc/components/poll/poll.vue4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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 {