Skip to content

Fixes Pipeline list commit column width should be adjusted

Filipa Lacerda requested to merge 22509-pipeline-tables into master

What does this MR do?

  • Fixes some HTML problems
    • Pipeline and Build tables were inside an ul tag
    • Pipeline table had 2 tbody tags and no thead
  • Adds grid classes in Pipeline table in order to be responsive: The content of the last column was being hidden but the column it self was not which results in a lot of blank space
  • Adds a percentage width to the commit column in the Pipeline table.
  • Removes one level of nesting in the commit column in the Pipeline table and to the Build column in the Build table.

Are there points in the code the reviewer needs to double check?

No

Why was this MR needed?

The commit column had to much white space.

Screenshots (if relevant)

pipelines

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #22509 (closed)

Merge request reports