[9.0] [Search] Fix top padding on create index to be consistent (#214188) (#214735)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[Search] Fix top padding on create index to be consistent
(#214188)](https://github.com/elastic/kibana/pull/214188)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Sander
Philipse","email":"94373878+sphilipse@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-17T12:52:58Z","message":"[Search]
Fix top padding on create index to be consistent (#214188)\n\n##
Summary\n\nThis fixes the top padding on the create index page jumping
around.
\n\nBefore:\n\n\n1c4c2c31-bbf3-4760-b392-d0abe5de4462\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"7e359558f1507e040acb31d03a2362987b4a8336","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Search","backport:version","v9.1.0"],"title":"[Search]
Fix top padding on create index to be
consistent","number":214188,"url":"https://github.com/elastic/kibana/pull/214188","mergeCommit":{"message":"[Search]
Fix top padding on create index to be consistent (#214188)\n\n##
Summary\n\nThis fixes the top padding on the create index page jumping
around.
\n\nBefore:\n\n\n1c4c2c31-bbf3-4760-b392-d0abe5de4462\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"7e359558f1507e040acb31d03a2362987b4a8336"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/214188","number":214188,"mergeCommit":{"message":"[Search]
Fix top padding on create index to be consistent (#214188)\n\n##
Summary\n\nThis fixes the top padding on the create index page jumping
around.
\n\nBefore:\n\n\n1c4c2c31-bbf3-4760-b392-d0abe5de4462\n\n---------\n\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"7e359558f1507e040acb31d03a2362987b4a8336"}}]}]
BACKPORT-->

Co-authored-by: Sander Philipse <94373878+sphilipse@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2025-03-17 15:53:34 +01:00 committed by GitHub
parent 5de3b67a96
commit c8e9793ab3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ export const ElasticsearchStartPage = () => {
grow={false}
solutionNav={searchNavigation?.useClassicNavigation(history)}
>
<KibanaPageTemplate.Section alignment="center" restrictWidth={false} grow>
<KibanaPageTemplate.Section alignment="top" restrictWidth={false} grow>
{isInitialLoading && <EuiLoadingLogo />}
{hasIndicesStatusFetchError && <LoadIndicesStatusError error={indicesFetchError} />}
{!isInitialLoading && !hasIndicesStatusFetchError && (