From 6168efc9cc16d6dc623cb981a6d7f28fedf54477 Mon Sep 17 00:00:00 2001 From: sdtsui Date: Tue, 15 Aug 2017 17:13:11 +0200 Subject: [PATCH] Fix overflow issue on QubesOS, flagged by @kumavis --- ui/app/account-detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js index f6041e856..02089ecd0 100644 --- a/ui/app/account-detail.js +++ b/ui/app/account-detail.js @@ -117,7 +117,7 @@ AccountDetailScreen.prototype.render = function () { h('h2', { style: { maxWidth: '180px', - overflowX: 'hidden', + overflow: 'hidden', textOverflow: 'ellipsis', padding: '5px 0px', },