Skip to content

Fixes z-index and margins of archived alert

Filipa Lacerda requested to merge 56019-archived-stuck into master

What does this MR do?

Fixes z-index and margins of archived alert in job page

archived with empty state archived with trace non-archived with open dropdown
Screenshot_2019-01-07_at_16.10.21 Screenshot_2019-01-07_at_16.09.21 Screenshot_2019-01-07_at_16.05.58 Screenshot_2019-01-07_at_16.10.30

Instructions to test locally

In order to archive a job, open the rails console and use: Ci::Build.find(id).degenerate!

What are the relevant issue numbers?

Closes #56019 (closed)

Does this MR meet the acceptance criteria?

Edited by Filipa Lacerda

Merge request reports