Skip to content

Commit

Permalink
fix: fixed the overflow issue (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: Iván García Sainz-Aja <ivangsa@gmail.com>
  • Loading branch information
Savio629 and ivangsa committed Aug 9, 2023
1 parent 32129dc commit d010fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PreviewWebPanel.ts
Expand Up @@ -92,6 +92,7 @@ function getWebviewContent(context: vscode.ExtensionContext, webview: vscode.Web
body {
color: #121212;
background-color: #fff;
word-wrap: break-word;
}
h1 {
color: #121212;
Expand Down

0 comments on commit d010fdc

Please sign in to comment.