From 88e1690d86f0030c8643cb7afd2bf3325d037be5 Mon Sep 17 00:00:00 2001 From: Robert <35533304+merefield@users.noreply.github.com> Date: Tue, 10 Sep 2024 04:54:59 -0400 Subject: [PATCH] FIX: poll preview list styling remove redundant bullets (#28592) --- plugins/poll/assets/stylesheets/common/poll.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/poll/assets/stylesheets/common/poll.scss b/plugins/poll/assets/stylesheets/common/poll.scss index cd72fd4b601..fb4d7ce3de7 100644 --- a/plugins/poll/assets/stylesheets/common/poll.scss +++ b/plugins/poll/assets/stylesheets/common/poll.scss @@ -434,6 +434,11 @@ div.poll-outer { .d-editor-preview { .poll { + ul { + list-style-type: none; + padding: 0; + } + li[data-poll-option-id]:before { position: relative; vertical-align: baseline;