fix(style-rendered): padding around response

This commit is contained in:
Christopher 2023-06-27 12:40:23 -04:00
parent 3dffeccaa9
commit d177199470

View File

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