Skip to content

Commit

Permalink
fix: prevent long username to overflow its container
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Sep 18, 2024
1 parent 6f1bc98 commit aac568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SpaceDelegate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ onBeforeRouteLeave(async () => {
<div>
<AvatarUser :address="address" size="40" />
</div>
<div class="ml-2">
<div class="ml-2 truncate">
<ProfileName
:profile="getProfile(address)"
:address="address"
Expand Down

0 comments on commit aac568c

Please sign in to comment.