fix(v4): Overflow issue in conversation card (#10679)

This commit is contained in:
Sivin Varghese 2025-01-14 12:48:30 +05:30 committed by GitHub
parent dbcc55665a
commit bffc24d119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,7 @@ const onCardClick = e => {
:status="currentContactStatus"
rounded-full
/>
<div class="flex flex-col w-full gap-1">
<div class="flex flex-col w-full gap-1 min-w-0">
<div class="flex items-center justify-between h-6 gap-2">
<h4 class="text-base font-medium truncate text-n-slate-12">
{{ currentContactName }}