Fixed some styles/layout on the test add page

This commit is contained in:
Gregory Ballantine
2024-06-03 08:38:28 -04:00
parent f27490e192
commit 9e164485ed
2 changed files with 20 additions and 13 deletions

View File

@ -71,3 +71,8 @@ textarea{
margin-top: 15px;
padding: 15px 20px;
}
#benchmark-selector{
$max-width: 100%;
$min-height: 100px;
}