FIX: poll preview list styling remove redundant bullets (#28592)

This commit is contained in:
Robert 2024-09-10 04:54:59 -04:00 committed by GitHub
parent 086169c1cb
commit 88e1690d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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;