test(game-ui): cover long tournament names

This commit is contained in:
2026-08-13 17:02:14 +00:00
parent 78f2f604f2
commit d37a8191c4
2 changed files with 21 additions and 3 deletions
@@ -34,7 +34,7 @@ const iconUrl = computed(() =>
aria-hidden="true"
@error="useDefaultGeneralIcon"
/>
<span class="general-identity-name">{{ name }}</span>
<span class="general-identity-name" :title="name">{{ name }}</span>
</span>
</template>