Skip to content

Conversation

@pratap0007
Copy link
Member

Summary

  • Number of PipelineRuns Card (.pipeline-overview__number-of-plr-card)

    • Added overflow: hidden at the card level
    • This removes the scrollbar from this specific card
  • PipelineRun Status Card (__bar-chart-div)

    • The chart area no longer has overflow: hidden
  • Fix the height of ChartDonut to 200 to avoid overflow the legendData from the card

ScreenRecordings

Before Fix

Screencast.From.2026-01-13.10-11-08.mp4

After Fix

Screencast.From.2026-01-13.10-27-14.mp4

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 13, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: pratap0007
Once this PR has been reviewed and has the lgtm label, please assign vdemeester for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pratap0007 pratap0007 changed the title Fix the alignment of Pipelines Overview page SRVKP-9680 Fix the alignment of Pipelines Overview page Jan 13, 2026
colorScale={colorScale}
legendOrientation="vertical"
legendPosition="right"
height={200}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let us try not to assign a fixed height please

}

.pipeline-overview__number-of-plr-card {
overflow: hidden;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on screen resolution this might cause more harm, let us explore a better approach please. let the containers take up as much space as they want and the page (parent component) overall can have a scroll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants