[Profiling UI] Remove redundant page separator (#206004)

Closes #206002

## Summary

This PR removes redundant page separator to save up some space.

Before:

<img width="1727" alt="Screenshot 2025-01-08 at 16 16 50"
src="https://github.com/user-attachments/assets/9f69ebb2-d1a7-430e-9d9e-376712909ac1"
/>

After: 

<img width="1728" alt="Screenshot 2025-01-08 at 16 19 34"
src="https://github.com/user-attachments/assets/9d738aa0-adba-46f3-ba79-5f20b7b90499"
/>
This commit is contained in:
Milosz Marcinkowski 2025-01-09 12:37:39 +01:00 committed by GitHub
parent 1b54898c30
commit 96ea0102b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,6 @@ import {
EuiCallOut,
EuiFlexGroup,
EuiFlexItem,
EuiHorizontalRule,
EuiPanel,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
@ -116,7 +115,6 @@ export function ProfilingAppPageTemplate({
<EuiFlexItem grow={false}>
<EuiPanel hasShadow={false} color="subdued">
<PrimaryProfilingSearchBar />
<EuiHorizontalRule />
</EuiPanel>
</EuiFlexItem>
)}