Skip to content

Resolve "Project homepage > Auto DevOps Enabled text is misaligned"

What does this MR do?

Fixes the misalignment of "Auto DevOps enabled" on the project homepage happening when the text is just text and not a link (i.e. CI/CD Configuration is enabled, at least that's how I've observed it.) by adding display:block; to the class .stat-text (which is, if I haven't missed anything, only used here).

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

Screenshots (if relevant)

Before: Screenshot_20180613_193924

After: Screenshot_20180613_193858

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #46700 (closed)

Merge request reports