fix(ui): random text overflow spots
This commit is contained in:
parent
2102a8ea14
commit
573b10f5e1
6 changed files with 31 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
|||
<div class="flex flex-col">
|
||||
<!-- prettier-ignore -->
|
||||
<h3 id="username" class="username flex items-center gap-2">
|
||||
{{ components::username(user=profile) }}
|
||||
<span class="name shorter">{{ components::username(user=profile) }}</span>
|
||||
|
||||
{% if profile.is_verified %}
|
||||
<span title="Verified" style="color: var(--color-primary);" class="flex items-center">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue