From 171c0aa93788cb9b20cd57c3246728bbc2dda8ce Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 14 Feb 2024 08:10:39 +0530 Subject: [PATCH 1/4] fix: fixed clipping issue of the edit button --- package-lock.json | 20 +++++++++---------- .../Facility/LocationManagement.tsx | 3 ++- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 648fd35ae1d..213348e367d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16478,6 +16478,15 @@ "node": ">=8" } }, + "node_modules/npm/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/npm/node_modules/buffer": { "version": "6.0.3", "dev": true, @@ -17465,15 +17474,6 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/npm/node_modules/minimatch/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/npm/node_modules/minipass": { "version": "5.0.0", "dev": true, @@ -24608,4 +24608,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/Components/Facility/LocationManagement.tsx b/src/Components/Facility/LocationManagement.tsx index 93a08794c82..1dbeab14dd6 100644 --- a/src/Components/Facility/LocationManagement.tsx +++ b/src/Components/Facility/LocationManagement.tsx @@ -82,7 +82,8 @@ const Location = ({

{name} From 63c2a84196020243ac3df8306ebe8820d7c56f58 Mon Sep 17 00:00:00 2001 From: = <=> Date: Wed, 14 Feb 2024 08:26:12 +0530 Subject: [PATCH 2/4] fix: facility: location_management: make edit and tag float on top rather than center --- src/Components/Facility/LocationManagement.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Components/Facility/LocationManagement.tsx b/src/Components/Facility/LocationManagement.tsx index 1dbeab14dd6..ca6dc82fca5 100644 --- a/src/Components/Facility/LocationManagement.tsx +++ b/src/Components/Facility/LocationManagement.tsx @@ -79,8 +79,8 @@ const Location = ({ }: LocationModel) => (

-
-
+
+

From b4db2b200e6fc90c6437a6fcc802aa2838cf92c3 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 15 Feb 2024 09:44:43 +0530 Subject: [PATCH 3/4] fix: use tailwindcss instead --- src/Components/Facility/LocationManagement.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Components/Facility/LocationManagement.tsx b/src/Components/Facility/LocationManagement.tsx index ca6dc82fca5..707a954ed0d 100644 --- a/src/Components/Facility/LocationManagement.tsx +++ b/src/Components/Facility/LocationManagement.tsx @@ -81,11 +81,7 @@ const Location = ({

-

+

{name}

Date: Thu, 15 Feb 2024 09:51:29 +0530 Subject: [PATCH 4/4] undo package-lock changes --- package-lock.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 213348e367d..648fd35ae1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16478,15 +16478,6 @@ "node": ">=8" } }, - "node_modules/npm/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" - } - }, "node_modules/npm/node_modules/buffer": { "version": "6.0.3", "dev": true, @@ -17474,6 +17465,15 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/npm/node_modules/minimatch/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, "node_modules/npm/node_modules/minipass": { "version": "5.0.0", "dev": true, @@ -24608,4 +24608,4 @@ } } } -} +} \ No newline at end of file