FIX: poll preview list styling remove redundant bullets (#28592)
This commit is contained in:
parent
086169c1cb
commit
88e1690d86
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue