Skip to content

NavigationTabButton: Set minimum width and wrap text

Devin Lin requested to merge work/navtabbar-wrap into master

Prevents buttons from being misaligned when there is limited space. This sets a minimum width for the button, and enforces boundaries on the text (which is now wrapped if necessary).

Merge request reports