adminjs
adminjs copied to clipboard
[Bug]: Rich text input list items don't have a indentation
Contact Details
What happened?
In the rich text input when we add list items an indentation isn't added. There is no other way to add that indentation also. In other rich text editors when we add a list item an indentation is added at the beginning of the line like this.
- List Item 1
- List Item 2
Bug prevalence
Whenever I create content with rich text
AdminJS dependencies version
"@adminjs/design-system": "^3.1.8",
"@adminjs/express": "^5.1.0",
"@adminjs/nestjs": "^5.1.1",
"@adminjs/prisma": "^3.0.1",
"@adminjs/upload": "^3.0.1",
What browsers do you see the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Relevant log output
No response
Relevant code that's giving you issues
No response