Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Conversation

@fengtan
Copy link
Contributor

@fengtan fengtan commented Oct 31, 2022

Link to relevant issue

This pull request resolves #411

Description of changes

Headers and cells are assigned a different overflow wrap:

  • headers have an overflow wrap set to normal here
  • cells have it set to anywhere here

As a result headers only break at normal break points (e.g. a space) whereas cells do not. Applying the same overflow wrap to both would resolve the issue.

Copy link
Member

@hawkticehurst hawkticehurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@hawkticehurst hawkticehurst merged commit 2d9ed0f into microsoft:main Nov 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Data grid: long headers not aligned with cells

2 participants