From 3dffeccaa94f3cdf22442a9a098a44fd343a5d82 Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 27 Jun 2023 12:26:26 -0400 Subject: [PATCH] fix(style-rendered): question now has extra margin --- src/webviewPanel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webviewPanel.js b/src/webviewPanel.js index c941e34..7f872e5 100644 --- a/src/webviewPanel.js +++ b/src/webviewPanel.js @@ -240,6 +240,7 @@ function getWebviewContent(apiResponse = '', question = '') { border: 1px solid white; border-radius: 5px; padding: 10px; + margin-top: 20px; } div#api-response.content.active {