From 0ca86c1a24d57802760da5398ce3edcef8bfdcdb Mon Sep 17 00:00:00 2001
From: Ashish Gupta
Date: Tue, 30 Aug 2022 10:38:32 +0530
Subject: [PATCH] Fix the Minot Layout issue and text issue (#7024)
---
.../ui/src/components/Ingestion/Ingestion.component.tsx | 2 +-
.../src/main/resources/ui/src/components/Services/Services.tsx | 2 +-
.../main/resources/ui/src/components/containers/PageLayout.tsx | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/Ingestion.component.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/Ingestion.component.tsx
index 32ae47333c7..6813cc68621 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/Ingestion.component.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/Ingestion/Ingestion.component.tsx
@@ -647,7 +647,7 @@ const Ingestion: React.FC = ({
pathname:
'https://docs.open-metadata.org/openmetadata/ingestion/workflows/metadata',
}}>
- MetaData Ingestion
+ Metadata Ingestion
>
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Services/Services.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Services/Services.tsx
index 2ab53e6a8f2..d7945d14e00 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/Services/Services.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/Services/Services.tsx
@@ -83,7 +83,7 @@ const Services = ({
);
return (
-
+
{serviceData.length ? (
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/containers/PageLayout.tsx b/openmetadata-ui/src/main/resources/ui/src/components/containers/PageLayout.tsx
index 53eb15aea73..1efd0d9e0fa 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/containers/PageLayout.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/containers/PageLayout.tsx
@@ -30,6 +30,7 @@ export const leftPanelAntCardStyle = {
boxShadow: '1px 1px 8px rgb(0 0 0 / 6%)',
marginRight: '4px',
marginLeft: '4px',
+ height: '100%',
};
/**