upstream: fix: allow resizing of the SBOM column in artifact table (goharbor/harbor#23646) - #552
Open
github-actions[bot] wants to merge 1 commit into
Open
upstream: fix: allow resizing of the SBOM column in artifact table (goharbor/harbor#23646)#552github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…oharbor/harbor#23646) * fix: allow resizing of the SBOM column Signed-off-by: La1itchauhan <chauhanlalitofficial@gmail.com> * fix: allow resizing of artifact table columns Signed-off-by: La1itchauhan <127293503+La1itchauhan@users.noreply.github.com> --------- Signed-off-by: La1itchauhan <chauhanlalitofficial@gmail.com> Signed-off-by: La1itchauhan <127293503+La1itchauhan@users.noreply.github.com> Co-authored-by: Wang Yan <wangyan_0219@hotmail.com> (cherry picked from commit 70288fa6990b026a713a81b1feafec1ec2e72c17) Upstream-Commit: 70288fa6990b026a713a81b1feafec1ec2e72c17 Upstream-PR: goharbor/harbor#23646 Upstream-Author: @La1itchauhan Cherry-Pick-Status: clean Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
Cherry-picks upstream Harbor commit
70288fa69from goharbor/harbor#23646.Upstream Context
Cherry-Pick Status
Upstream Description
i have removed the
!importantmodifier from the.sbom-columnwidth rule in the artifact list tableThe SBOM column width is currently defined with
!important, which overrides the inline width applied by Clarity' s datagrid during column resizing. As a result, the SBOM column cannot be resized correctly, causing the header and data columns to become misaligned.Removing " !important " preserves the default width while allowing Clarity's resize logic to update the column width as expected.
Issue being fixed
Fixes #23634
Review Notes
Upstream-Commit: 70288fa6990b026a713a81b1feafec1ec2e72c17
Upstream-PR: goharbor/harbor#23646
Cherry-Pick-Status: clean