1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #2387 from watilde/fixes-2208

Increase line-height for account nicknames
This commit is contained in:
Kevin Serrano 2017-10-18 09:56:37 -07:00 committed by GitHub
commit 5eeb144046

View File

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