Skip to content

Commit

Permalink
fixed height on table rows
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Jan 1, 2022
1 parent 26d9864 commit a8ce35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/modules/accounts.ts
Expand Up @@ -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">`;
Expand Down

0 comments on commit a8ce35c

Please sign in to comment.