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%', }; /**