diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index e88130cf62b23ccea8e91e3e0edcb732f787e3bf..bcc70438de8eb779c9f62d34a2b0f4b64d51cac1 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 {