Skip to content

Commit

Permalink
[Profiling UI] Remove redundant page separator (elastic#206004)
Browse files Browse the repository at this point in the history
Closes elastic#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"
/>
  • Loading branch information
miloszmarcinkowski authored and Zacqary committed Jan 9, 2025
1 parent 2463945 commit c83cfab
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
EuiCallOut,
EuiFlexGroup,
EuiFlexItem,
EuiHorizontalRule,
EuiPanel,
} from '@elastic/eui';
import { i18n } from '@kbn/i18n';
Expand Down Expand Up @@ -116,7 +115,6 @@ export function ProfilingAppPageTemplate({
<EuiFlexItem grow={false}>
<EuiPanel hasShadow={false} color="subdued">
<PrimaryProfilingSearchBar />
<EuiHorizontalRule />
</EuiPanel>
</EuiFlexItem>
)}
Expand Down

0 comments on commit c83cfab

Please sign in to comment.