bug(GlCollapsibleListbox): listbox group line-height is not consistent

Summary

Depending on styling of parent components, the line-height, and hence the height of the listbox group, can be different.

Examples

32px on repo main page

Screenshot_2023-10-19_at_07.21.26

16px on vulnerability report page Screenshot_2023-10-19_at_07.19.47

18px in storybook Screenshot_2023-10-19_at_07.12.07

Potential fix

Set line-height utility css class on the listbox group template

Edited by Lorenz van Herwaarden