mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-22 02:23:32 +00:00
fix: adjust minimum width of conversation detail view for better responsiveness
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="flex">
|
||||
<div class="grow min-w-[500px]">
|
||||
<div class="grow min-w-[300px]">
|
||||
<Conversation v-if="conversationStore.current || conversationStore.conversation.loading" />
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user