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: #232226 - Allow margin:0 in markdownRenderer #232228

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

Conversation

navtej-ac
Copy link

Fixes #232226

As described in the issue, we give extension authors the option to remove the bottom margin that is added to every span in the Hover. This is a nondestructive change that maintains the existing behavior and makes the margin:0 opt-in for those who may need it.

Before:
Screenshot 2024-10-24 at 11 32 50 PM

After:
Screenshot 2024-10-24 at 11 32 56 PM

… can override the 4px bottom margin that is added to every span in the Hover
@aiday-mar aiday-mar requested a review from mjbvz January 6, 2025 10:02
@navtej-ac
Copy link
Author

Hi @mjbvz is there any thing i can do to help move this along? Please let me know if you need anything from me! Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All <span> tags in hover have a 4px bottom margin which causes nested spans to have stacking bottom margins
3 participants