Skip to content

Conversation

@ericokuma
Copy link
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

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.

3 participants