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) }