Merge pull request #34 from Iheuzio/fix/style-rendered

fix(style-rendered): padding around response
This commit is contained in:
Iheuzio 2023-06-27 12:42:15 -04:00 committed by GitHub
commit 95a11f8bf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,9 @@ function getWebviewContent(apiResponse = '', question = '') {
#response {
white-space: pre-wrap;
background: #343434;
border-radius: 5px;
padding: 10px;
}
#file-list {