-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing left and right padding on User Profiles screen #134944
Changing left and right padding on User Profiles screen #134944
Conversation
Pinging @elastic/kibana-security (Team:Security) |
x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx
Show resolved
Hide resolved
…acilitate adopting future changes
x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making these changes @kc13greiner. I've left you one last suggestion below. Otherwise, assuming that gets addressed, this looks good to me. Approving now so I don't hold you up further.
x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx
Outdated
Show resolved
Hide resolved
…ow through on the header and provide some contrast between header and body.
💚 Build SucceededMetrics [docs]Page load bundle
History
To update your PR or re-run it, just comment with: |
Summary
A change was requested here to update the
padding
on the left/right side of the User Profile screen. The custom padding has now been removed and the screen will use the EUI defaults.Before:

After:
