SyntaxFix
Write A Post
Hire A Developer
Questions
You can set the .mat-cell class to flex: 0 0 200px; instead of flex: 1 along with the nth-child.
.mat-cell:nth-child(2), .mat-header-cell:nth-child(2) { flex: 0 0 200px; }