-
Notifications
You must be signed in to change notification settings - Fork 459
[DataGrid] Fix RTL resize behavior #4453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
vnbaaij
commented
Jan 9, 2026
- Remove unit from style for resize div
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR removes redundant units from zero-value CSS properties in the DataGrid column resizing functionality. In CSS, zero values don't require units ('0' is equivalent to '0px').
- Changed
leftandrightstyle assignments from '0px' to '0' in the RTL resize handle positioning logic
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageMicrosoft.FluentUI.AspNetCore.Components - 61.2%
|