aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-06-30 05:45:00 +0800
committerGitHub <noreply@github.com>2017-06-30 05:45:00 +0800
commitca3de2dc7404e40f71671e3f447ed6fbf54ab3a8 (patch)
tree1c1cc508b34cd9c8768f5c6f9058b8abbfd212f3 /ui
parent9c58ace6344d57c2762419a10ed5e1bb5bb69921 (diff)
parentc81a3c649a53fd09fedc9c8d0a8cab49347186d6 (diff)
downloadtangerine-wallet-browser-ca3de2dc7404e40f71671e3f447ed6fbf54ab3a8.tar.gz
tangerine-wallet-browser-ca3de2dc7404e40f71671e3f447ed6fbf54ab3a8.tar.zst
tangerine-wallet-browser-ca3de2dc7404e40f71671e3f447ed6fbf54ab3a8.zip
Merge pull request #1700 from MetaMask/StyleImprovements
Add padding to token messages
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/token-list.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/token-list.js b/ui/app/components/token-list.js
index ac7ab8309..bf352dc11 100644
--- a/ui/app/components/token-list.js
+++ b/ui/app/components/token-list.js
@@ -109,6 +109,7 @@ TokenList.prototype.message = function (body) {
height: '250px',
alignItems: 'center',
justifyContent: 'center',
+ padding: '30px',
},
}, body)
}