Skip to content

Commit

Permalink
Merge pull request bitpay#6154 from gabrielbazan7/fix/cardUI
Browse files Browse the repository at this point in the history
fix time size
  • Loading branch information
cmgustavo committed May 31, 2017
2 parents ee597f3 + 43813ac commit 9a7340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/views/includes/cardActivity.html
@@ -1,6 +1,6 @@
<div class="item row">
<div class="col col-10 text-center">
<div class="tu size-12">{{tx.timestamp | amDateFormat:'MMM'}}</div>
<div class="tu size-10">{{tx.timestamp | amDateFormat:'MMM'}}</div>
<div class="text-light">{{tx.timestamp | amDateFormat:'DD'}}</div>
</div>
<div class="col col-10">
Expand Down

0 comments on commit 9a7340c

Please sign in to comment.