1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00

Increase line-height for account nicknames

This commit is contained in:
Daijiro Wachi 2017-10-17 22:03:40 +02:00
parent d9f5e6beb2
commit ad970180f2

View File

@ -121,6 +121,7 @@ AccountDetailScreen.prototype.render = function () {
overflow: 'hidden',
textOverflow: 'ellipsis',
padding: '5px 0px',
lineHeight: '25px',
},
}, [
identity && identity.name,