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:
parent
68c6b2d666
commit
6168efc9cc
@ -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',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user