From bd571f5a7cc6e4e37f0255833e765e717c63a377 Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 12 May 2025 17:54:30 -0700 Subject: [PATCH] Fix the styles --- .../dashboard/components-next/copilot/CopilotThinkingGroup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue b/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue index 29752d0bb..9ded2c0f3 100644 --- a/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue +++ b/app/javascript/dashboard/components-next/copilot/CopilotThinkingGroup.vue @@ -46,7 +46,7 @@ watch( v-show="isExpanded" class="space-y-3 transition-all duration-200" :class="{ - 'opacity-100 max-h-96': isExpanded, + 'opacity-100': isExpanded, 'opacity-0 max-h-0 overflow-hidden': !isExpanded, }" >