Skip to content

Fixed spacing between lock icon and badge on runners page

What does this MR do and why?

From #371403 (closed):

Since both the lock and the badge have 4px margins (on both sides), this results in 8px between them, plus the extra space caused by inline elements (an additional 4px). I think one solution could be to just have margin-left of 4px on the icon and badge.

This MR updates the spacing between lock and badge to look a bit better than they currently are.

Screenshots or screen recordings

Before After
image image

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #371403 (closed)

Edited by Mehul Sharma

Merge request reports