From a8ce35c13f687357da863946aab6d33ea94780ed Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Sat, 1 Jan 2022 03:29:09 +0000 Subject: [PATCH] fixed height on table rows --- ts/modules/accounts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/modules/accounts.ts b/ts/modules/accounts.ts index 8ee7fb04..1515ff45 100644 --- a/ts/modules/accounts.ts +++ b/ts/modules/accounts.ts @@ -407,7 +407,7 @@ class user implements User { } innerHTML += ` - + `; this._row.innerHTML = innerHTML; const emailEditor = ``;