mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Fix markdown preview classes (#187501)
For #187234 Got introduced through a bad PR change. Makes more sense to move this styling to the css file instead
This commit is contained in:
@@ -9,6 +9,7 @@ html, body {
|
||||
padding: 0 26px;
|
||||
line-height: var(--markdown-line-height, 22px);
|
||||
word-wrap: break-word;
|
||||
overscroll-behavior-x: none;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user