mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-04 06:33:10 +00:00
Fix the Minot Layout issue and text issue (#7024)
This commit is contained in:
parent
1de569af61
commit
0ca86c1a24
@ -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>
|
||||||
</>
|
</>
|
||||||
|
@ -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}>
|
||||||
|
@ -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%',
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user