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

Add margins to align.

This commit is contained in:
Kevin Serrano 2017-02-28 10:23:47 -08:00
parent 04df5c1f2d
commit 666044d417
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4

View File

@ -56,6 +56,7 @@ HexAsDecimalInput.prototype.render = function () {
color: ' #AEAEAE', color: ' #AEAEAE',
fontSize: '12px', fontSize: '12px',
marginLeft: '5px', marginLeft: '5px',
marginRight: '6px',
width: '20px', width: '20px',
}, },
}, suffix), }, suffix),