Open
Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
14.2.0
Description
If the attribute fixedLayout is set, the styling is not applied. The corresponding css classes are, but the style not. Table layout is always set to auto.
Reproduction
Steps to reproduce:
- set fixedLayout to true
- Check the style of table
Expected Behavior
The table-layout: fixed style is applied
Actual Behavior
The table-layout: auto style is applied, wenn fixedLayout is true
Environment
- Angular:15.1.1
- CDK/Material:15.1.1
- Browser(s):Chrome
- Operating System (e.g. Windows, macOS, Ubuntu): MacOs