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
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
So this is specifically a problem with tab dropdowns, not dropdowns in general, because the parent tabset control has overflow: hidden applied to it. We have a couple possibilities.
Cut off the tab dropdown button title when it's longer than the screensize, and add text-overflow: ellipsis.
(For my use if we choose this sky-tabset-dropdown: width: 100%, sky-dropdown-button-type-tab: width: 100%, display flex on parent of title and arrow, flex-shrink: 1 overflow: hidden text-overflow: ellipsis on title parent, flex-grow: 1 on arrow parent)
Add some sort of word wrap to the title which will cause wrapping when the title is longer than the screensize.
Expected behavior
The text should adjust to the size of the container.
Actual behavior
The text overflows outside of the container.
Steps to reproduce
The text was updated successfully, but these errors were encountered: