Skip to content

HTML Lists not displaying bullets/numbers in edit view #30

Open
@Prugh

Description

@Prugh

Can we add to webedit css? Putting these rules in my stylesheet does not seem to affect the editor.

.cke_editable ul, .cke_editable ol {
margin-left:40px;
}

.cke_editable ul li {
list-style: disc;
}

.cke_editable ol li {
list-style: decimal;
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions