-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: minor glitch in markdown ast preview #65
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for eslint-code-explorer ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a minimum height and overflow scroll to avoid this issue.
can you resolve conflicts in this PR? |
Prerequisites checklist
What is the purpose of this pull request?
What changes did you make? (Give an overview)
In the Markdown editor, long values were overlapping with their corresponding keys. Added a generic fix to resolve this issue.
Related Issues
Is there anything you'd like reviewers to focus on?
I have reviewed the changes myself, and I would request the reviewers to check for any corner cases to ensure that none of the existing styles or functionalities are not affected.