Adjust textarea styles
This commit is contained in:
parent
04f1112b09
commit
ba7ff9e409
1 changed files with 1 additions and 1 deletions
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue