SoftwareBrothers / adminjs

AdminJS is an admin panel for apps written in node.js
https://adminjs.co
MIT License
8.19k stars 662 forks source link

[Bug]: Rich text input list items don't have a indentation #1588

Open sachith16 opened 10 months ago

sachith16 commented 10 months ago

Contact Details

sachith.16@cse.mrt.ac.lk

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.

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