Skip to content

Align pivot table text left#8342

Draft
ericokuma wants to merge 2 commits into
mainfrom
cursor/APP-575-align-pivot-table-text-left-ac49
Draft

Align pivot table text left#8342
ericokuma wants to merge 2 commits into
mainfrom
cursor/APP-575-align-pivot-table-text-left-ac49

Conversation

@ericokuma

Copy link
Copy Markdown
Contributor

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

cursoragent and others added 2 commits November 17, 2025 23:15
Co-authored-by: eric.okuma <eric.okuma@rilldata.com>
Co-authored-by: eric.okuma <eric.okuma@rilldata.com>
@nishantmonu51

Copy link
Copy Markdown
Collaborator

@djbarnwal : Please help take this forward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants