fix header alignment

This commit is contained in:
Isaac Connor 2021-03-12 10:07:33 -05:00
parent 70073ea017
commit ba00bee4b8
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
th[data-field="Id"],
th[data-field="Description"],
th[data-field="CreatedOn"],
th[data-field="Name"] {
text-align: left;
}