-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Open
Labels
customization: themeHigher level theming customizability.Higher level theming customizability.design: uiVisual design.Visual design.scope: data gridChanges related to the data grid.Changes related to the data grid.scope: systemThe system, the design tokens / styling foundations used across components. eg. @mui/system with MUIThe system, the design tokens / styling foundations used across components. eg. @mui/system with MUItype: enhancementIt’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.
Description
Steps to reproduce
3. Theming – Fonts
Issue:
line-heightbehaves differently in ColumnHeader vs. Cell:- ColumnHeader: text remains centered (controlled by parent element).
- Cell:
line-heightdirectly affects vertical alignment.
- Leads to:
- Misalignment
- Poor text selection appearance (highlight fills entire cell)
Wish (Request):
- Make vertical alignment stable regardless of
line-height - Ensure consistent appearance across headers and cells
Current behavior
No response
Expected behavior
No response
Context
This is extracted from #46725
Your environment
No response
Search keywords: -
Metadata
Metadata
Assignees
Labels
customization: themeHigher level theming customizability.Higher level theming customizability.design: uiVisual design.Visual design.scope: data gridChanges related to the data grid.Changes related to the data grid.scope: systemThe system, the design tokens / styling foundations used across components. eg. @mui/system with MUIThe system, the design tokens / styling foundations used across components. eg. @mui/system with MUItype: enhancementIt’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.It’s an improvement, but we can’t make up our mind whether it's a bug fix or a new feature.