We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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-L150C16
height: unset;
However, 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...
row-item-container-height
header-container-height
@include mat.table-overrides(( header-container-height: 32px, row-item-container-height: 32px, footer-container-height: 32px ));
You provide style override tokens, but it's not working at all. Its very confusing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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: