From d010fdc7079c80c982c2172fec07112111c9e9f7 Mon Sep 17 00:00:00 2001 From: Savio Dias <91362589+Savio629@users.noreply.github.com> Date: Wed, 9 Aug 2023 21:16:11 +0530 Subject: [PATCH] fix: fixed the overflow issue (#172) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Iván García Sainz-Aja --- src/PreviewWebPanel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PreviewWebPanel.ts b/src/PreviewWebPanel.ts index cdd5178..86467b9 100644 --- a/src/PreviewWebPanel.ts +++ b/src/PreviewWebPanel.ts @@ -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;