Changing left and right padding on User Profiles screen#134944
Merged
kc13greiner merged 6 commits intoelastic:mainfrom Jun 28, 2022
Merged
Changing left and right padding on User Profiles screen#134944kc13greiner merged 6 commits intoelastic:mainfrom
kc13greiner merged 6 commits intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/kibana-security (Team:Security) |
azasypkin
reviewed
Jun 23, 2022
x-pack/plugins/security/public/account_management/user_profile/user_profile.tsx
Show resolved
Hide resolved
…acilitate adopting future changes
azasypkin
reviewed
Jun 28, 2022
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
Show resolved
Hide resolved
MichaelMarcialis
approved these changes
Jun 28, 2022
Contributor
MichaelMarcialis
left a comment
There was a problem hiding this comment.
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
A change was requested here to update the
paddingon 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:
