10 lines
337 B
HTML
10 lines
337 B
HTML
<style>
|
|
.project-node-process-confirm {
|
|
min-width: 40vw;
|
|
min-height: 40vh;
|
|
}
|
|
.project-node-process-confirm textarea { height:320px; }
|
|
</style>
|
|
<div class="project-node-process-confirm">
|
|
<textarea eictextarea name="justification" placeholder="Comments about this action" class="required"></textarea>
|
|
</div> |