better display of the seed
This commit is contained in:
parent
c302c312df
commit
252b1a5ff0
1 changed files with 7 additions and 3 deletions
|
|
@ -65,13 +65,17 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="row" ng-show="show">
|
||||
<div class="small-centered text-gray large-centered medium-centered large-8 medium-8 small-10 columns size-14" style="padding:0" translate>
|
||||
Your wallet seed:
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row enable_text_select" ng-show="show">
|
||||
|
||||
|
||||
<div class="small-centered p10t p10b large-centered medium-centered large-8 medium-8 small-10 columns enable_text_select" style="border:1px solid gray; background:#eee;
|
||||
">
|
||||
<span class="m10r" ng-repeat="word in wordsC.mnemonicWords">
|
||||
<b>{{$index}}.</b>
|
||||
<span ng-repeat="word in wordsC.mnemonicWords">
|
||||
{{word}}
|
||||
</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue