From d17719947085db8a0256bfdc50ccd52f467771af Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 27 Jun 2023 12:40:23 -0400 Subject: [PATCH] fix(style-rendered): padding around response --- src/webviewPanel.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/webviewPanel.js b/src/webviewPanel.js index 7f872e5..d6e59b8 100644 --- a/src/webviewPanel.js +++ b/src/webviewPanel.js @@ -55,6 +55,9 @@ function getWebviewContent(apiResponse = '', question = '') { #response { white-space: pre-wrap; + background: #343434; + border-radius: 5px; + padding: 10px; } #file-list {