1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #1916 from MetaMask/fix/account-name-scroll

Oneliner for account label overflow issue on QubesOS
This commit is contained in:
Kevin Serrano 2017-08-15 14:08:30 -07:00 committed by GitHub
commit 923415213f

View File

@ -117,7 +117,7 @@ AccountDetailScreen.prototype.render = function () {
h('h2', {
style: {
maxWidth: '180px',
overflowX: 'hidden',
overflow: 'hidden',
textOverflow: 'ellipsis',
padding: '5px 0px',
},