1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Add padding to token messages

This commit is contained in:
Dan Finlay 2017-06-28 16:36:58 -07:00
parent f36e69f340
commit c81a3c649a

View File

@ -109,6 +109,7 @@ TokenList.prototype.message = function (body) {
height: '250px',
alignItems: 'center',
justifyContent: 'center',
padding: '30px',
},
}, body)
}