Modified markdown preview nested list styling (#124445)

* Modified markdown preview nested list styling

* Added proper styling to the nested list

* merge different rules into a single one
This commit is contained in:
Ashray Jha 2021-05-26 21:35:35 +05:30 committed by GitHub
parent 23e1f261dc
commit 5eb64c54ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,9 @@ body.showEditorSelection li.code-line:hover:before {
.vscode-high-contrast.showEditorSelection .code-line .code-line:hover:before {
border-left: none;
}
ul ul,ul ol,ol ul,ol ol{
margin-bottom: 0;
}
img {
max-width: 100%;