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
+3
View File
@@ -55,6 +55,9 @@ function getWebviewContent(apiResponse = '', question = '') {
#response {
white-space: pre-wrap;
background: #343434;
border-radius: 5px;
padding: 10px;
}
#file-list {