mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Increase line-height for account nicknames
This commit is contained in:
parent
d9f5e6beb2
commit
ad970180f2
@ -121,6 +121,7 @@ AccountDetailScreen.prototype.render = function () {
|
|||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
textOverflow: 'ellipsis',
|
textOverflow: 'ellipsis',
|
||||||
padding: '5px 0px',
|
padding: '5px 0px',
|
||||||
|
lineHeight: '25px',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
identity && identity.name,
|
identity && identity.name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user