diff options
author | Alexander Tseung <alextsg@gmail.com> | 2018-09-01 03:37:30 +0800 |
---|---|---|
committer | Alexander Tseung <alextsg@gmail.com> | 2018-09-13 10:48:52 +0800 |
commit | 01e9f03701751ba7cf4ee33961725982b3d63680 (patch) | |
tree | 5aef6b9a8c86848f8494fc238424dce193279e09 /ui/app/components/transaction-list | |
parent | 5beb34aa521efe50057b494ec3b52004a9cb5817 (diff) | |
download | tangerine-wallet-browser-01e9f03701751ba7cf4ee33961725982b3d63680.tar tangerine-wallet-browser-01e9f03701751ba7cf4ee33961725982b3d63680.tar.gz tangerine-wallet-browser-01e9f03701751ba7cf4ee33961725982b3d63680.tar.bz2 tangerine-wallet-browser-01e9f03701751ba7cf4ee33961725982b3d63680.tar.lz tangerine-wallet-browser-01e9f03701751ba7cf4ee33961725982b3d63680.tar.xz tangerine-wallet-browser-01e9f03701751ba7cf4ee33961725982b3d63680.tar.zst tangerine-wallet-browser-01e9f03701751ba7cf4ee33961725982b3d63680.zip |
Add transaction details to TransactionListItem component
Diffstat (limited to 'ui/app/components/transaction-list')
-rw-r--r-- | ui/app/components/transaction-list/index.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/components/transaction-list/index.scss b/ui/app/components/transaction-list/index.scss index 0e8db485c..d944ef20e 100644 --- a/ui/app/components/transaction-list/index.scss +++ b/ui/app/components/transaction-list/index.scss @@ -7,7 +7,7 @@ &__completed-transactions { display: flex; flex-direction: column; - height: 100%; + flex: 1; } &__header { @@ -35,6 +35,7 @@ flex: 1; display: grid; grid-template-rows: 35% 1fr; + padding-top: 8px; } &__empty-text { |