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

Markdown preview nested lists shouldn't have bottom margin #124419

Closed
Tyriar opened this issue May 22, 2021 · 3 comments · Fixed by #124445
Closed

Markdown preview nested lists shouldn't have bottom margin #124419

Tyriar opened this issue May 22, 2021 · 3 comments · Fixed by #124445
Assignees
Labels
author-verification-requested Issues potentially verifiable by issue author bug Issue identified by VS Code Team member as probable bug good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders markdown Markdown support issues verified Verification succeeded
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented May 22, 2021

This style fixes the issue:

ul ul {
    margin-bottom: 0;
}

Screen Shot 2021-05-22 at 3 41 49 AM

Screen Shot 2021-05-22 at 3 42 24 AM

@Ashray123
Copy link
Contributor

Hello @mjbvz I would love to take a shot at this, please guide me on what is needed to be done .

@mjbvz mjbvz added help wanted Issues identified as good community contribution opportunities markdown Markdown support issues good first issue Issues identified as good for first-time contributors labels May 22, 2021
@inidaname
Copy link
Contributor

@mjbvz could a fix to this be added to #124385

@mjbvz mjbvz added this to the May 2021 milestone May 26, 2021
@mjbvz mjbvz added bug Issue identified by VS Code Team member as probable bug author-verification-requested Issues potentially verifiable by issue author labels May 31, 2021
@Tyriar Tyriar added the verified Verification succeeded label Jun 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jul 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
author-verification-requested Issues potentially verifiable by issue author bug Issue identified by VS Code Team member as probable bug good first issue Issues identified as good for first-time contributors help wanted Issues identified as good community contribution opportunities insiders-released Patch has been released in VS Code Insiders markdown Markdown support issues verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@Tyriar @inidaname @mjbvz @Ashray123 and others