From d41494226dbe9f3c3cf3b98a376d47b8c836c948 Mon Sep 17 00:00:00 2001
From: ThibG <thib@sitedethib.com>
Date: Mon, 16 Sep 2019 16:12:18 +0200
Subject: [PATCH] Fix poll options checkboxes/radio buttons not being
 vertically centered (#11833)

---
 app/javascript/styles/mastodon/polls.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/javascript/styles/mastodon/polls.scss b/app/javascript/styles/mastodon/polls.scss
index 8b131dffd..e80220f27 100644
--- a/app/javascript/styles/mastodon/polls.scss
+++ b/app/javascript/styles/mastodon/polls.scss
@@ -79,6 +79,9 @@
     top: -1px;
     border-radius: 50%;
     vertical-align: middle;
+    margin-top: auto;
+    margin-bottom: auto;
+    flex: 0 0 18px;
 
     &.checkbox {
       border-radius: 4px;