instance-oom / ngx-markdown-editor

Angular markdown editor based on ace editor
http://lon-yang.github.io/markdown-editor/
Apache License 2.0
174 stars 48 forks source link

Bootstrap Styles destroys other components #104

Closed PhilipAllStar closed 3 years ago

PhilipAllStar commented 3 years ago

Hey, The styles in the angular.json messes with some of my other components. I pinpointed it to the bootstrap one.

Is there a way to import it otherwise?

I tryed to put the bootstrap.min.css into the styles of my component, but it did not work.

PhilipAllStar commented 3 years ago

We were putting the bootstrap styles in the index.html which works for now.

Somehow if we put the styles in the css or html of the corresponding Angular Component it does not work. This would be a much cleaner solution in my oppinion. Also if I try to style the toolbar components manually in (any) css file it does not apply.

instance-oom commented 3 years ago

I will try to rebuild this component without bootstrap