Fixed typo in the SCSS file

This commit is contained in:
Gregory Ballantine 2024-06-03 08:39:50 -04:00
parent 9e164485ed
commit 0b2c1b083c

View File

@ -73,6 +73,6 @@ textarea{
} }
#benchmark-selector{ #benchmark-selector{
$max-width: 100%; max-width: 100%;
$min-height: 100px; min-height: 100px;
} }