mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
1b54898c30
commit
96ea0102b6
1 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue