Merge pull request #2387 from watilde/fixes-2208

Increase line-height for account nicknames
feature/default_network_editable
Kevin Serrano 7 years ago committed by GitHub
commit 5eeb144046
  1. 1
      ui/app/account-detail.js

@ -121,6 +121,7 @@ AccountDetailScreen.prototype.render = function () {
overflow: 'hidden',
textOverflow: 'ellipsis',
padding: '5px 0px',
lineHeight: '25px',
},
}, [
identity && identity.name,

Loading…
Cancel
Save