mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Guided onboarding] Fix smaller screen layout
This commit is contained in:
parent
b36e80bbfa
commit
cc12697404
1 changed files with 3 additions and 2 deletions
|
@ -44,7 +44,7 @@ export const AddData: FC<Props> = ({ addBasePath, application, isDarkMode, isClo
|
|||
aria-labelledby="homDataAdd__title"
|
||||
>
|
||||
<EuiFlexGroup alignItems="flexEnd">
|
||||
<EuiFlexItem>
|
||||
<EuiFlexItem grow={true}>
|
||||
<EuiTitle size="s">
|
||||
<h2 id="homDataAdd__title">
|
||||
<FormattedMessage
|
||||
|
@ -67,7 +67,7 @@ export const AddData: FC<Props> = ({ addBasePath, application, isDarkMode, isClo
|
|||
|
||||
<EuiSpacer />
|
||||
|
||||
<EuiFlexGroup gutterSize="m" responsive={false} wrap>
|
||||
<EuiFlexGroup gutterSize="m">
|
||||
{isCloudEnabled && (
|
||||
<EuiFlexItem grow={false}>
|
||||
{/* eslint-disable-next-line @elastic/eui/href-or-on-click */}
|
||||
|
@ -98,6 +98,7 @@ export const AddData: FC<Props> = ({ addBasePath, application, isDarkMode, isClo
|
|||
trackUiMetric(METRIC_TYPE.CLICK, 'home_tutorial_directory');
|
||||
createAppNavigationHandler('/app/integrations/browse')(event);
|
||||
}}
|
||||
fullWidth
|
||||
>
|
||||
<FormattedMessage
|
||||
id="home.addData.addDataButtonLabel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue