From c5ce935854d50dfcbff5f4aa01695f73fea162c7 Mon Sep 17 00:00:00 2001 From: Kurt Date: Tue, 28 Jun 2022 11:35:25 -0400 Subject: [PATCH] Changing left and right padding on User Profiles screen (#134944) * Removing left/right padding overrides on the page template and the header * Explicitly using EuiPageHeader w/ bottomBorder appears to match width of the content * Removing bottom border and using EuiPageTemplate pageHeader prop to facilitate adopting future changes * Adding titleProps back and removing unnecessary React wrapper * Removing this style so that the default light gray background will show through on the header and provide some contrast between header and body. --- .../public/account_management/user_profile/user_profile.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx b/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx index f0371cc8d868b..cc42f10da39b9 100644 --- a/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx +++ b/x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx @@ -511,12 +511,8 @@ export const UserProfile: FunctionComponent = ({ user, data }) ) : null}