From fe5552165cb222317d7724982c97f82300589a2a Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Mon, 26 Oct 2020 21:50:25 -0400
Subject: [PATCH] Fix: Polls no longer render with bullet points.

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

diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index e88130cf62..bcc70438de 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -1049,6 +1049,10 @@
     ol {
       list-style-type: decimal;
     }
+
+    .poll ul {
+      list-style-type: none;
+    }
   }
 
   a {
-- 
GitLab