mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Search] Fix one instance of div nesting inside p warning (#191061)
## Summary This fixes one error of a div being nested inside of a p, and fixes some header order issues.
This commit is contained in:
parent
cafe71a6dd
commit
e932b932f0
2 changed files with 3 additions and 2 deletions
|
@ -46,6 +46,7 @@ export const IngestionCard: React.FC<IngestionCardProps> = ({
|
|||
hasBorder
|
||||
isDisabled={isDisabled}
|
||||
textAlign="left"
|
||||
titleElement="h3"
|
||||
title={
|
||||
<>
|
||||
<EuiFlexGroup direction="row" alignItems="center">
|
||||
|
|
|
@ -62,11 +62,11 @@ export const ProductSelector: React.FC = () => {
|
|||
<ApiKeyPanel />
|
||||
<EuiSpacer size="xl" />
|
||||
<EuiTitle>
|
||||
<h4>
|
||||
<h2>
|
||||
{i18n.translate('xpack.enterpriseSearch.productSelector.overview.title', {
|
||||
defaultMessage: 'Ingest your content',
|
||||
})}
|
||||
</h4>
|
||||
</h2>
|
||||
</EuiTitle>
|
||||
<EuiSpacer size="l" />
|
||||
<EuiText>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue