fixed height on table rows

tailwind
Harvey Tindall 3 years ago
parent 26d9864051
commit a8ce35c13f
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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">`;

Loading…
Cancel
Save