From 6d6cc0ad9dcba3197891f475cf8b7f642291a397 Mon Sep 17 00:00:00 2001 From: Aryan <92309448+Aryanshu919@users.noreply.github.com> Date: Wed, 26 Jun 2024 19:34:02 +0530 Subject: [PATCH] Fixes Tooltip clipping in for preset save button (#8076) * Fixes Tooltip clipping in for preset save button * Update ConsultationFeedTab.tsx --- .../Facility/ConsultationDetails/ConsultationFeedTab.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Facility/ConsultationDetails/ConsultationFeedTab.tsx b/src/Components/Facility/ConsultationDetails/ConsultationFeedTab.tsx index ad966d58a6d..378f16eb7ed 100644 --- a/src/Components/Facility/ConsultationDetails/ConsultationFeedTab.tsx +++ b/src/Components/Facility/ConsultationDetails/ConsultationFeedTab.tsx @@ -180,7 +180,7 @@ export const ConsultationFeedTab = (props: ConsultationTabProps) => { ? "Save current position to selected preset" : "Change camera position to update preset" } - tooltipClassName="translate-y-8 text-xs" + tooltipClassName="translate-x-3 translate-y-8 text-xs" onClick={() => setShowPresetSaveConfirmation(true)} >