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

Fix overflow issue on QubesOS, flagged by @kumavis

This commit is contained in:
sdtsui 2017-08-15 17:13:11 +02:00
parent 68c6b2d666
commit 6168efc9cc

View File

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