bug(mat-table): Unable to use mat-table-row-item-container-height #30906
Labels
area: material/table
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
As discussed earlier here: #26438 (closed)
height: unset;
is done on purpose: https://github.com/angular/components/blob/204b289588106d90c991f26a50c23c80c68d4fc3/src/material/table/table.scss#L150C11-L150C16However, why does Material 3 have tokens to allow to you change those heights: https://material.angular.io/components/table/styling..?
Like:
row-item-container-height
,header-container-height
etc. But they will NOT work...Reproduction
Expected Behavior
Actual Behavior
You provide style override tokens, but it's not working at all. Its very confusing.
Environment
The text was updated successfully, but these errors were encountered: