fix: Style issue with CSAT reports table (#11653)

This commit is contained in:
Sivin Varghese
2025-06-02 14:08:01 +05:30
committed by GitHub
parent 8fa039e1c5
commit a5fda8e118
2 changed files with 17 additions and 11 deletions

View File

@@ -25,10 +25,7 @@ defineProps({
:username="user.name"
:status="user.availability_status"
/>
<span
class="my-0 overflow-hidden whitespace-nowrap text-ellipsis text-capitalize"
:class="textClass"
>
<span class="my-0 truncate text-capitalize" :class="textClass">
{{ user.name }}
</span>
</div>