Centering text vertically in a mat-header-col?
问题 How do we center the header title in a <mat-header-cell> ? For example for: <mat-header-cell style="text-align: center" *matHeaderCellDef>Customer Orders</mat-header-cell> Tried style="text-align: center" but no love. The words Customer Orders should appear in a column like this: Customer Orders I thought about putting each word in a separate div, and aligning them with flexbox, but was wondering if there was a simpler way? Here's the markup for the flexbox approach: <mat-header-cell