[Fleet] Use EuiFlexGrid instead of EuiFlexGroup in integrations grid#229837
Merged
juliaElastic merged 1 commit intoelastic:mainfrom Jul 30, 2025
Merged
[Fleet] Use EuiFlexGrid instead of EuiFlexGroup in integrations grid#229837juliaElastic merged 1 commit intoelastic:mainfrom
EuiFlexGrid instead of EuiFlexGroup in integrations grid#229837juliaElastic merged 1 commit intoelastic:mainfrom
Conversation
Contributor
|
Pinging @elastic/fleet (Team:Fleet) |
Contributor
Member
Author
Screen.Recording.2025-07-29.at.12.59.17.PM.movDoublechecking the integration grid in the security onboarding flow looks good to me. I do see the padding issue that @spong mentioned, but IMO there should be an |
juliaElastic
approved these changes
Jul 30, 2025
VladimirFilonov
pushed a commit
to VladimirFilonov/kibana
that referenced
this pull request
Jul 30, 2025
…rid (elastic#229837) ## Summary Closes elastic#229818 Aligns the grid implementation across empty states + the virtualized list to show cards in a consistently sized grid. ## Screen recording https://github.com/user-attachments/assets/926ff910-07a3-494f-9e4b-f2226a6d41b9 Note the max height difference is currently expected behavior on `main`. I didn't attempt to fix the nonuniform card height due to text content differences.
2 tasks
delanni
pushed a commit
to delanni/kibana
that referenced
this pull request
Aug 5, 2025
…rid (elastic#229837) ## Summary Closes elastic#229818 Aligns the grid implementation across empty states + the virtualized list to show cards in a consistently sized grid. ## Screen recording https://github.com/user-attachments/assets/926ff910-07a3-494f-9e4b-f2226a6d41b9 Note the max height difference is currently expected behavior on `main`. I didn't attempt to fix the nonuniform card height due to text content differences.
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
Closes #229818
Aligns the grid implementation across empty states + the virtualized list to show cards in a consistently sized grid.
Screen recording
Screen.Recording.2025-07-29.at.11.03.03.AM.mov
Note the max height difference is currently expected behavior on
main. I didn't attempt to fix the nonuniform card height due to text content differences.