fix(feature): PARA-17036: Fix integration card alignment #19
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.
Issues Closed
Summary
Fixed alignment issues with integration cards in the grid layout. The cards were not maintaining consistent heights and proper vertical alignment, causing visual inconsistencies. This change ensures all cards have uniform height and are properly centered within their grid cells.
Changes
IntegrationCardcomponent to use full height and width with flexbox centeringh-full w-fullclasses to Card componentflex flex-col items-center justify-center h-fullflex gap-2 items-center justify-between) to vertical (flex-col gap-2 items-center) layoutIntegrationListcomponent to ensure proper grid alignmentitems-stretchto the grid container to ensure all grid items stretch to the same heightflex w-fullclasses to list items to ensure cards take full width of their containerSteps to Test
Screenshots
Note
Unifies integration card height/alignment with centered vertical layout and stretches grid items; adds a PR template.
CardContentandCardTitleto flex-center content; same adjustments applied toSkeleton.items-stretch; list items set toflex w-fullto ensure cards fill their cells..github/pull_request_template.mdfor standardized PR descriptions.Written by Cursor Bugbot for commit f8cf99c. This will update automatically on new commits. Configure here.