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 |
|---|---|
![]() |
![]() |
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"
```

