sibiraj-s / ngx-editor

🖋️ Rich Text Editor for angular using ProseMirror
https://sibiraj-s.github.io/ngx-editor/
MIT License
456 stars 190 forks source link

[Bug]: ngx-editor with vmw clarity is broken #581

Closed gpradeepjain closed 3 days ago

gpradeepjain commented 1 month ago

What happened?

Hi Team,

I am using "../../node_modules/@clr/ui/clr-ui.min.css" in my angular.json

As I have added above, my ngx-editor styling is broken as shown in the image below. Is there a way to prevent this behaviour?

Screenshot 2024-09-26 at 3 29 09 PM

Version

17.0.1

Angular Version

17.1.1

What browsers are you seeing the problem on?

Chrome

Link to reproduce

No response

Relevant log output

No response

Willing to submit a PR?

None

sibiraj-s commented 1 month ago

the editor doesn't add any styles on how the content looks, its upto you to configure it, the imported @clr/ui/clr-ui.min.css might have some styles affecting the default list styles , you might want to override those for the editor

sibiraj-s commented 3 days ago

Closing this, since this is not an editor issue. if you still think this should be solved on editor side. Please clarify why. Feel free to continue discussion if needed.