Skip to content

Fix broken CSS on pipeline graph

Payton Burdette requested to merge fix-css-pipeline-graph into master

What does this MR do?

Reverts MR !40177 (merged)

This allowed a E2E test to pass, but broke some other things (CSS bugs)

Screen_Shot_2020-08-24_at_12.15.58_PM

The graph was reported to being shifted left here #239446 (closed)

I'm not sure if the permanent fix was delivered, with this CSS being added back the problem with downstream pipeline margin calculations not being applied properly is now fixed.

I'm not seeing the graph shifted left here after applying the CSS back you will find in this MR.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Payton Burdette

Merge request reports