Make the access tokens textarea bigger.

This commit is contained in:
Gunther Brunner
2016-01-14 21:04:41 +09:00
parent 3fb767218b
commit 4d0983a80f

View File

@@ -22,11 +22,11 @@
.alert.alert-info.selectable
strong(translate) Warning:
span  
span(translate) Make sure to copy your access token now. You won't be able to see it again!
span(translate) Make sure to copy your access token now. You won't be able to see it again.
br
button.btn.pull-right.btn-primary.btn-sm(ng-click='closeGenerated()')
i.fa.fa-check.fa-fw
textarea(readonly, rows='1', text-focus-select, ng-model='newToken.tokenId').form-control.token-id-textarea
textarea(readonly, rows='2', text-focus-select, ng-model='newToken.tokenId').form-control.token-id-textarea
ul.list-group.key-list
li.list-group-item(ng-repeat='title in accessTokenTitles track by $index').animate-repeat