From 384ac4fc80ebf155f7a7d0da431abc522d008c06 Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 27 Jun 2023 12:24:26 -0400 Subject: [PATCH] fix(style-rendered): 98% scales better --- src/webviewPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webviewPanel.js b/src/webviewPanel.js index db9c94a..c941e34 100644 --- a/src/webviewPanel.js +++ b/src/webviewPanel.js @@ -162,7 +162,7 @@ function getWebviewContent(apiResponse = '', question = '') { color: #d4d4d4; cursor: pointer; padding: 10px; - width: 95%; + width: 98%; border: none; outline: none; text-align: left; @@ -186,7 +186,7 @@ function getWebviewContent(apiResponse = '', question = '') { display: none; overflow: hidden; background-color: #f1f1f1; - width: 95%; + width: 98%; } .content p {