Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

amareshsm
Copy link
Member

@amareshsm amareshsm commented Oct 3, 2024

Prerequisites checklist

What is the purpose of this pull request?

What changes did you make? (Give an overview)

  1. In the Markdown editor, long values were overlapping with their corresponding keys. Added a generic fix to resolve this issue.
Before After
image image
  1. Updated the scrollbar styles for consistent appearance

  2. Added horizontal scroll to tree view - fixes Bug: Allow tree view to horizontally scroll #77

Before After
image image

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.

@eslint-github-bot eslint-github-bot bot added the bug Something isn't working label Oct 3, 2024
@amareshsm amareshsm marked this pull request as ready for review October 3, 2024 18:19
Copy link

netlify bot commented Oct 3, 2024

Deploy Preview for eslint-code-explorer ready!

Name Link
🔨 Latest commit 86f341d
🔍 Latest deploy log https://app.netlify.com/sites/eslint-code-explorer/deploys/675b34125971b00008900042
😎 Deploy Preview https://deploy-preview-65--eslint-code-explorer.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@harish-sethuraman
Copy link
Member

can you resolve conflicts in this PR?

@nzakas
Copy link
Member

nzakas commented Dec 2, 2024

Ping @amareshsm

@nzakas
Copy link
Member

nzakas commented Dec 12, 2024

I think we should just scroll the entire right pane horizontally rather than each individual node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Allow tree view to horizontally scroll
3 participants