From c388e24eefd4e377b57031e2d0566ddca0c168e5 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Thu, 23 Jan 2025 22:05:11 +0100 Subject: [PATCH] correct position --- src/components/EkPlan/Table/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/EkPlan/Table/index.jsx b/src/components/EkPlan/Table/index.jsx index 0be1e297c..ea38d0472 100644 --- a/src/components/EkPlan/Table/index.jsx +++ b/src/components/EkPlan/Table/index.jsx @@ -106,7 +106,7 @@ const TpopTitle = styled.h4` ` const ExportButton = styled(Button)` position: absolute !important; - top: 72px !important; + top: 53px !important; right: 536px !important; min-width: 100px !important; text-transform: none !important;