From c83cfab2de3ff9ebc34a68c788b0a6aca886c4e1 Mon Sep 17 00:00:00 2001
From: Milosz Marcinkowski
<38698566+miloszmarcinkowski@users.noreply.github.com>
Date: Thu, 9 Jan 2025 12:37:39 +0100
Subject: [PATCH] [Profiling UI] Remove redundant page separator (#206004)
Closes #206002
## Summary
This PR removes redundant page separator to save up some space.
Before:
After:
---
.../public/components/profiling_app_page_template/index.tsx | 2 --
1 file changed, 2 deletions(-)
diff --git a/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx b/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx
index f3f8e794bad83..e7b9b53dd49c9 100644
--- a/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx
+++ b/x-pack/solutions/observability/plugins/profiling/public/components/profiling_app_page_template/index.tsx
@@ -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({
-
)}