From 1fd70eec818af2955fea54e37521bc75d3b713ca Mon Sep 17 00:00:00 2001 From: Vit Stanislav Date: Tue, 16 May 2017 08:18:41 +0200 Subject: [PATCH] Fix transaction fee and amount header alignment Closes #225 --- src/app/components/transactions/transactions.pug | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/transactions/transactions.pug b/src/app/components/transactions/transactions.pug index 5c3db31f7..ddd9788e9 100644 --- a/src/app/components/transactions/transactions.pug +++ b/src/app/components/transactions/transactions.pug @@ -13,6 +13,7 @@ md-card.offline-hide th(md-column) Transaction ID th(md-column) From / To th(md-column) Transfer to this + th(md-column) th(md-column) Amount th(md-column) Fee tbody(md-body, infinite-scroll='$ctrl.showMore()')