From ad970180f2ca00e76302f97a532341502e990e38 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Tue, 17 Oct 2017 22:03:40 +0200 Subject: [PATCH] Increase line-height for account nicknames --- ui/app/account-detail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index a844daf88..d4f707e0b 100644 --- a/ui/app/account-detail.js +++ b/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,