Add key in the text area
This commit is contained in:
parent
ecc26d14e5
commit
04f1112b09
1 changed files with 3 additions and 1 deletions
|
@ -156,7 +156,9 @@
|
|||
<div class="previous-keys-title">Previous keys</div>
|
||||
{% endif %}
|
||||
{% for key in keys %}
|
||||
<textarea cols="79" readonly oninput='this.style.height = "";this.style.height = this.scrollHeight + "px"'></textarea>
|
||||
<textarea class="form-control input-no-border" style="width: 100%" readonly oninput='this.style.height = "";this.style.height = this.scrollHeight + "px"'>
|
||||
{{key}}
|
||||
</textarea>
|
||||
<br/>
|
||||
{% endfor %}
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue