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:
Matt Bierner
2023-07-10 13:04:03 -07:00
committed by GitHub
parent 011ac2c103
commit 6aca75d9d0
2 changed files with 2 additions and 1 deletions

View File

@@ -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 {