fix styles for copilot

This commit is contained in:
Pranav
2025-05-09 13:32:02 -07:00
parent 66fcaa5e01
commit f12214f782
4 changed files with 7 additions and 4 deletions
@@ -115,7 +115,10 @@ watchEffect(() => {
</script>
<template>
<div v-if="isSidebarOpen" class="border-l border-n-weak min-w-[17.5rem]">
<div
v-if="isSidebarOpen"
class="border-l border-n-weak w-[17.5rem] min-w-[17.5rem]"
>
<Copilot
:messages="messages"
:support-agent="currentUser"