Adjust textarea styles

This commit is contained in:
PCoder 2019-06-24 18:39:25 +02:00
parent 04f1112b09
commit ba7ff9e409
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
<div class="previous-keys-title">Previous keys</div>
{% endif %}
{% for key in keys %}
<textarea class="form-control input-no-border" style="width: 100%" readonly oninput='this.style.height = "";this.style.height = this.scrollHeight + "px"'>
<textarea class="form-control input-no-border" style="width: 100%" readonly rows="6">
{{key}}
</textarea>
<br/>