Fix font size in parameters (#1020)
This commit is contained in:
@@ -76,6 +76,7 @@ function TaskParameters() {
|
|||||||
readOnly
|
readOnly
|
||||||
minHeight="96px"
|
minHeight="96px"
|
||||||
maxHeight="500px"
|
maxHeight="500px"
|
||||||
|
fontSize={12}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="flex gap-16">
|
<div className="flex gap-16">
|
||||||
@@ -112,6 +113,7 @@ function TaskParameters() {
|
|||||||
readOnly
|
readOnly
|
||||||
minHeight="96px"
|
minHeight="96px"
|
||||||
maxHeight="500px"
|
maxHeight="500px"
|
||||||
|
fontSize={12}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user