1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00

Merge pull request #1700 from MetaMask/StyleImprovements

Add padding to token messages
This commit is contained in:
Kevin Serrano 2017-06-29 14:45:00 -07:00 committed by GitHub
commit ca3de2dc74

View File

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