Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Contributes to #586 and #675. Currently, the side panel has a variable width that changes according to the length of the property values, causing layout shifts, occupying too much screen space, and generally providing a suboptimal UI experience. This PR aims to improve that by: - Setting a fixed width of 24rem - Adding a small space (4px) between the tooltip and the map - Truncating property names - Breaking words/lines in property values - Improving scroll behavior Demo, non-scrolled: ![non-scrolled](https://github.com/user-attachments/assets/52856db7-540e-4d01-8cac-9263d5b847b7) Scrolled: ![scrolled](https://github.com/user-attachments/assets/fe8aab9c-6b9f-40b8-b698-2260a31c1db2) @kylebarron can you please review? Co-authored-by: Kyle Barron <[email protected]>
- Loading branch information