Fix: "View Vulnerability" link not vertically aligned to bottom - #1171
Open
stanislavsemeniuk wants to merge 1 commit into
Open
Fix: "View Vulnerability" link not vertically aligned to bottom#1171stanislavsemeniuk wants to merge 1 commit into
stanislavsemeniuk wants to merge 1 commit into
Conversation
…hest vulnerabilities section
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideEnsures the Flex container keeps stretch alignment across all responsive breakpoints so the 'View Vulnerability' link remains bottom-aligned, regardless of the layout direction change from column to row. State diagram for Flex alignment across responsive breakpointsstateDiagram-v2
[*] --> default_state
state default_state {
[*] --> column_layout
column_layout: direction=column
note right of column_layout
alignItems=alignItemsStretch
end note
}
default_state --> sm when [viewport >= sm]
sm: direction=column
note right of sm
alignItems=alignItemsStretch
end note
sm --> md when [viewport >= md]
md: direction=row
note right of md
alignItems=alignItemsStretch
end note
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1171 +/- ##
==========================================
- Coverage 54.03% 54.01% -0.02%
==========================================
Files 269 269
Lines 5904 5904
Branches 1849 1849
==========================================
- Hits 3190 3189 -1
Misses 2419 2419
- Partials 295 296 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
carlosthe19916
approved these changes
Jul 21, 2026
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
Just because container was written like that:
When direction was changed from
default:"column"tomd:"row"alignItemswas overwritten with patternfly default fro rowRelated Issues
Fixes TC-5199
Type of Change
Testing
npm test)npm run lint)Screenshots
Summary by Sourcery
Bug Fixes: