-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Is your feature request related to a problem? Please describe.
- In case the
headertext of all unpinned headers is relatively long and contains no interval, they would not be wrapped, which is expected. However, if they exceed the available space, not all of them are visible and there is no way to reach the invisible ones. Check out the right unpunned tab area in the sample. There are only 5 visible headers of 8:
- In case the
headertext contains intervals, the text is wrapped, however, at some point the text would "overflow" and look like this. Check out left and bottom unpinned tab areas in the sample:
Describe the solution you'd like
- An overflow indicator, such as the "more (...)" button in the tab strip area, for example:
or any other means to scroll/bring into view the hidden headers.
- Keep the text only within the header.
Describe alternatives you've considered
- None
- On application level, the following style could be added to increase the width of the unpinned tab area, so that the text is contained within the header:
igc-dockmanager::part(unpinned-tab-area--left) {
width: 150px;
}
Additional context
Reported by a customer.