fix(style-rendered): question now has extra margin

This commit is contained in:
Christopher 2023-06-27 12:26:26 -04:00
parent 384ac4fc80
commit 3dffeccaa9

View File

@ -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 {