Skip to content

[desktoppackage/alternatives] Don't overflow with long text

This code was previously making the list item height equal to the icon height plus some padding, but the text was vertically unbounded so it would overflow. This commit fixes that by using the implicit height of the whole content layout which knows about the height of the labels too.

Short label use case still works: No_change_for_non-wrapping_labels

Long label use case now fixed: No_longer_overflows

BUG: 439098 FIXED-IN: 5.22.5

Merge request reports