Skip to content

Commit

Permalink
Make the access tokens textarea bigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunta committed Jan 14, 2016
1 parent 3fb7672 commit 4d0983a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/app/settings/keys/access-tokens/access-tokens.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d0983a

Please sign in to comment.