I am working with a mat-table that has a sortable column similar to the example shown here, but I am having trouble centering the column headers using my CSS file. Interestingly enough, I am able to achieve this when making changes in the browser debugger!
Despite trying the code below in my CSS file without success, it magically works when tweaked in the debugger.
.mat-sort-header-container {
justify-content: center !important;
}
Any assistance on this matter would be greatly appreciated!