Fix font size in parameters (#1020)

This commit is contained in:
Shuchang Zheng
2024-10-21 11:42:50 -07:00
committed by GitHub
parent 67bee9a487
commit 935ecd046f

View File

@@ -76,6 +76,7 @@ function TaskParameters() {
readOnly
minHeight="96px"
maxHeight="500px"
fontSize={12}
/>
</div>
<div className="flex gap-16">
@@ -112,6 +113,7 @@ function TaskParameters() {
readOnly
minHeight="96px"
maxHeight="500px"
fontSize={12}
/>
</div>
</section>