mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 12:39:01 +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:
|
||||
'https://docs.open-metadata.org/openmetadata/ingestion/workflows/metadata',
|
||||
}}>
|
||||
MetaData Ingestion
|
||||
Metadata Ingestion
|
||||
</Link>
|
||||
</p>
|
||||
</>
|
||||
|
@ -83,7 +83,7 @@ const Services = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<Row data-testid="services-container">
|
||||
<Row className="tw-justify-center" data-testid="services-container">
|
||||
{serviceData.length ? (
|
||||
<Fragment>
|
||||
<Col span={24}>
|
||||
|
@ -30,6 +30,7 @@ export const leftPanelAntCardStyle = {
|
||||
boxShadow: '1px 1px 8px rgb(0 0 0 / 6%)',
|
||||
marginRight: '4px',
|
||||
marginLeft: '4px',
|
||||
height: '100%',
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user