rill icon indicating copy to clipboard operation
rill copied to clipboard

Align pivot table text left

Open ericokuma opened this issue 1 month ago • 0 comments

Fixes APP-575

Ensures that wrapped text for Measures, Dimensions, and Time chips in the pivot table sidebar is left-aligned. Previously, these chips were center-aligned, leading to an awkward appearance when text wrapped.

This is achieved by:

  1. Setting fullWidth to true for chips in the "Time", "Measures", and "Dimensions" zones within the DragList.svelte.
  2. Updating the Chip.svelte styles to apply justify-start and text-left for any chip with the fullWidth class.

Checklist:

  • [ ] Covered by tests
  • [ ] Ran it and it works as intended
  • [ ] Reviewed the diff before requesting a review
  • [ ] Checked for unhandled edge cases
  • [ ] Linked the issues it closes
  • [ ] Checked if the docs need to be updated. If so, create a separate Linear DOCS issue
  • [ ] Intend to cherry-pick into the release branch
  • [ ] I'm proud of this work!

Linear Issue: APP-575

Open in Cursor Open in Web

ericokuma avatar Nov 17 '25 23:11 ericokuma