1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-27 06:40:10 +00:00

fixed height on table rows

This commit is contained in:
Harvey Tindall 2022-01-01 03:29:09 +00:00
parent 26d9864051
commit a8ce35c13f
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

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