Fix the Minot Layout issue and text issue (#7024)

This commit is contained in:
Ashish Gupta 2022-08-30 10:38:32 +05:30 committed by GitHub
parent 1de569af61
commit 0ca86c1a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -647,7 +647,7 @@ const Ingestion: React.FC<IngestionProps> = ({
pathname: pathname:
'https://docs.open-metadata.org/openmetadata/ingestion/workflows/metadata', 'https://docs.open-metadata.org/openmetadata/ingestion/workflows/metadata',
}}> }}>
MetaData Ingestion Metadata Ingestion
</Link> </Link>
</p> </p>
</> </>

View File

@ -83,7 +83,7 @@ const Services = ({
); );
return ( return (
<Row data-testid="services-container"> <Row className="tw-justify-center" data-testid="services-container">
{serviceData.length ? ( {serviceData.length ? (
<Fragment> <Fragment>
<Col span={24}> <Col span={24}>

View File

@ -30,6 +30,7 @@ export const leftPanelAntCardStyle = {
boxShadow: '1px 1px 8px rgb(0 0 0 / 6%)', boxShadow: '1px 1px 8px rgb(0 0 0 / 6%)',
marginRight: '4px', marginRight: '4px',
marginLeft: '4px', marginLeft: '4px',
height: '100%',
}; };
/** /**