fix: Style issue with conversation header (#11655)

This commit is contained in:
Sivin Varghese
2025-06-03 15:21:30 +05:30
committed by GitHub
parent 02c4863d95
commit ff0ad53f49
6 changed files with 15 additions and 14 deletions

View File

@@ -205,7 +205,7 @@ export default {
</script>
<template>
<section class="flex w-full h-full">
<section class="flex w-full h-full min-w-0">
<ChatList
:show-conversation-list="showConversationList"
:conversation-inbox="inboxId"