mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #1916 from MetaMask/fix/account-name-scroll
Oneliner for account label overflow issue on QubesOS
This commit is contained in:
commit
923415213f
@ -117,7 +117,7 @@ AccountDetailScreen.prototype.render = function () {
|
||||
h('h2', {
|
||||
style: {
|
||||
maxWidth: '180px',
|
||||
overflowX: 'hidden',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
padding: '5px 0px',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user