Vertically align badges in glql lists

What does this MR do and why?

Fixes alignment of badges within markdown lists (#480154 (closed))

Screenshots or screen recordings

Before After
Screenshot_2024-11-08_at_12.03.40_PM Screenshot_2024-11-08_at_11.57.33_AM

How to set up and validate locally

  • Enable :glql_integration
  • Create a GLGQ code block in an issue description, comment field etc. Here's what I used:
```glql
---
display: list
fields: title, state, health, labels("test::*")
---
group = "gitlab-org" and label = "Aftersche"
```

Links

Merge request reports

Loading