From ff0ad53f4948ef126318b74faadac8361758ff86 Mon Sep 17 00:00:00 2001 From: Sivin Varghese <64252451+iamsivin@users.noreply.github.com> Date: Tue, 3 Jun 2025 15:21:30 +0530 Subject: [PATCH] fix: Style issue with conversation header (#11655) --- .../Conversation/SidepanelSwitch.vue | 2 +- .../components/buttons/ResolveAction.vue | 4 ++-- .../widgets/conversation/ConversationHeader.vue | 17 +++++++++-------- .../conversation/components/SLACardLabel.vue | 2 +- .../widgets/conversation/linear/index.vue | 2 +- .../dashboard/conversation/ConversationView.vue | 2 +- 6 files changed, 15 insertions(+), 14 deletions(-) diff --git a/app/javascript/dashboard/components-next/Conversation/SidepanelSwitch.vue b/app/javascript/dashboard/components-next/Conversation/SidepanelSwitch.vue index ec3a8d03a..1ee969275 100644 --- a/app/javascript/dashboard/components-next/Conversation/SidepanelSwitch.vue +++ b/app/javascript/dashboard/components-next/Conversation/SidepanelSwitch.vue @@ -56,7 +56,7 @@ useKeyboardEvents(keyboardEvents);