Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve item width size estimation heuristic support #1025

Merged
merged 1 commit into from
Nov 26, 2023

Commits on Nov 26, 2023

  1. Improve item width size estimation heuristic support

    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
    krassowski committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    0e0529f View commit details
    Browse the repository at this point in the history