fixed height on table rows

This commit is contained in:
Harvey Tindall
2022-01-01 03:29:09 +00:00
parent 26d9864051
commit a8ce35c13f

View File

@@ -407,7 +407,7 @@ class user implements User {
}
innerHTML += `
<td class="accounts-expiry"></td>
<td class="accounts-last-active"></td>
<td class="accounts-last-active whitespace-nowrap"></td>
`;
this._row.innerHTML = innerHTML;
const emailEditor = `<input type="email" class="input ~neutral @low stealth-input">`;