This commit is contained in:
Dan Seripap 2016-01-08 20:23:36 -05:00
parent 0d8680cf01
commit 21ebe096e2

View File

@ -36,7 +36,7 @@
<button id="new_key" class="form-control btn btn-info btn-xs">Generate new key</button>
</div>
<div class="form-group">
<textarea id="key" class="form-control" rows="2" placeholder="Enter key here"></textarea>
<textarea id="key" class="form-control" rows="5" placeholder="Enter key here"></textarea>
</div>
<div class="form-group">
<button class="form-control btn btn-default btn-xs copyable" data-clipboard-target="#key">Copy key</button>