mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fix: Quotes with headings on markdown not rendering properly (#205227)
This commit is contained in:
@@ -205,7 +205,7 @@ table > tbody > tr + tr > td {
|
||||
|
||||
blockquote {
|
||||
margin: 0;
|
||||
padding: 2px 16px 0 10px;
|
||||
padding: 0px 16px 0 10px;
|
||||
border-left-width: 5px;
|
||||
border-left-style: solid;
|
||||
border-radius: 2px;
|
||||
|
||||
Reference in New Issue
Block a user