You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some CSS selectors (specifically .CodeMirror) are too broad and affect other instances of CodeMirror in an application.
To Reproduce
Import EasyMDE CSS into an app that is already using CodeMirror. Other instances of CodeMirror will have styles intended specifically for EasyMDE applied.
Expected behavior
EasyMDE CSS to only affect it's instance(s) of CodeMirror.
I'd be happy to get this going in a PR.
The text was updated successfully, but these errors were encountered:
Describe the bug
Some CSS selectors (specifically .CodeMirror) are too broad and affect other instances of CodeMirror in an application.
To Reproduce
Import EasyMDE CSS into an app that is already using CodeMirror. Other instances of CodeMirror will have styles intended specifically for EasyMDE applied.
Expected behavior
EasyMDE CSS to only affect it's instance(s) of CodeMirror.
I'd be happy to get this going in a PR.
The text was updated successfully, but these errors were encountered: