diff options
Diffstat (limited to 'ui/app/account-detail.js')
-rw-r--r-- | ui/app/account-detail.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index 2f897e19b..0269fc8eb 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -65,6 +65,7 @@ AccountDetailScreen.prototype.render = function() { // invisible placeholder for later h('i.fa.fa-users.fa-lg.color-orange', { style: { + width: '30px', visibility: 'hidden', }, }), |