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
Improve item width size estimation heuristic support (#1025)
The issue was that:
- (a) heuristic did not account for eliding
- (b) styles limiting the width were not applied when
the widest item size was calculated after temporarily
re-parenting to `<body>`
- (c) there was no limit on ellipsis width (now its 50% of label)
- (d) the label size limit maybe was too low, it got increased by 50px
0 commit comments