mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user