The label on `NavigationRailItem` gets weird when ...
# compose
s
The label on
NavigationRailItem
gets weird when the text wraps. Is there a simple way to make it behave like the guidelines suggest?
The spec is a bit weird here. It says that an item should have a height of 56 dp, but doesn't give an exception for multi-line labels. I guess the best option is to find a way to shorten my labels.
e
It looks like the text is filling the parent but doesnt have text align center set. If you have access you can set that or create an issue for it to be fixed