fix(style-rendered): 98% scales better

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

View File

@ -162,7 +162,7 @@ function getWebviewContent(apiResponse = '', question = '') {
color: #d4d4d4;
cursor: pointer;
padding: 10px;
width: 95%;
width: 98%;
border: none;
outline: none;
text-align: left;
@ -186,7 +186,7 @@ function getWebviewContent(apiResponse = '', question = '') {
display: none;
overflow: hidden;
background-color: #f1f1f1;
width: 95%;
width: 98%;
}
.content p {