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

Commit 2d9ed0f

Browse files
authored
Fix data grid alignment between headers and cells (#412)
Description of changes Resolves an issue where the data grid header cells and regular cells would be misaligned due to different overflow wrap properties.
1 parent c6e399c commit 2d9ed0f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/data-grid/data-grid-cell.styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export const dataGridCellStyles = (
4040
}
4141
:host(.column-header) {
4242
font-weight: 600;
43-
overflow-wrap: normal;
4443
}
4544
:host(:${focusVisible}),
4645
:host(:focus),

0 commit comments

Comments
 (0)