wix-incubator/wix-ui-tpa

Tabs - selected item indicator is not updated after tab size changed

Closed this issue · 0 comments

Tabs - selected item indicator width and position is not updated after tabs width changed. For example because of font size increase/decrease.

image

Possible solution could be move resize observer to the tab level (instead of tabs container level).
https://github.com/wix/wix-ui-tpa/blob/7c323db752a368e9642c55cd0cf770d33171a1f6/src/components/Tabs/Tabs.tsx#L193