Fix username/id extending off the screen in the welcome line.

This commit is contained in:
2024-05-22 12:33:18 -04:00
parent a0210379ae
commit b883e6a485
2 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ class TfTabNewsElement extends LitElement {
${this.new_messages_text()}
</button>
</p>
<div>
<div class="w3-bar">
Welcome, <tf-user id=${this.whoami} .users=${this.users}></tf-user>!
${edit_profile}
</div>