Fixed some styles on the test view page

This commit is contained in:
Gregory Ballantine
2024-06-03 10:50:53 -04:00
parent ca940932a7
commit 4fab94b271
2 changed files with 11 additions and 1 deletions

View File

@ -76,3 +76,13 @@ textarea{
max-width: 100%;
min-height: 100px;
}
#result-form{
margin: 0;
button,
input,
select{
margin: 0;
}
}