Skip to content

Commit

Permalink
fixed long standing problem of textareas having different heights
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuazeltser committed Apr 7, 2017
1 parent afca92b commit 1c9bfca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/templates/propositional.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,12 @@ <h1 class="jumbotron" align="center">Proof Checker</h1>
<p class="lead" align="center">Rule</p>
<textarea id="Text2" th:field="*{proofLabels}" cols="14" rows="10" spellcheck="false" >
</textarea>
<style>
textarea {
height: 408px;
width: 300px;
}
</style>
</div>

<p></p>
Expand Down

0 comments on commit 1c9bfca

Please sign in to comment.