Skip to content

Removes invalid html and unneeded CSS to prevent shaking in the pipelines tab

Filipa Lacerda requested to merge 26278-shaking-tab-pipelines-view into master

What does this MR do?

Transforms ul element into a div to prevent having a table inside a ul Removes class from html that was creating a unneeded scroll.

Screenshots (if relevant)

Before:

broken

After:

fixed

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26278 (closed)

Merge request reports