Vertically align badges in glql lists
All threads resolved!
Fixes alignment of badges within markdown lists (#480154 (closed))
Before | After |
---|---|
![]() |
![]() |
:glql_integration
```glql
---
display: list
fields: title, state, health, labels("test::*")
---
group = "gitlab-org" and label = "Aftersche"
```
Changelog: fixed