You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been messing around with this but since that container tab is a flex item, it doesn't want to truncate. A quick fix would be to just set it back to inline-block, but that would cause the tab label to be aligned to the top.
Seems that the ellipsis thing slipped from the checklist when the container tab was implemented (sorry). I haven't got time to look into this, but if flex item doesn't work, some other tricks in this space I can think of are display: table-cell or changing line height (to the height of the tab).
The container tab text needs to elipse 16px from the edge like the default tabs do.
Container tabs:

Default tabs:

The text was updated successfully, but these errors were encountered: