diff options
Add padding to token messages
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/token-list.js | 1 |
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) } |