[BUG] Unable to use styling to affect wrap in tab container tabStyles

In the tab container, you are forced to have all tabs the same width. In doing so, I needed to wrap some of my tab headers, or else they A. take up too much space and go off screen, or B. get cut off.

ex.
image

If I shorten the width from 120 to 100 (because I need another tab), it ends up cutting off the last item.
image

I have tried setting all of the different styles to break-word wrapping to at least try to get that last one to wrap and I cant make it happen. Changed heights, etc.