Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
fix(datatable): fixed header not being left-justified
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Apr 7, 2021
1 parent c8fb4ee commit 08f3442
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

th.s-tbl-cell {
height: 56px;
text-align: left;
}

td.s-tbl-cell {
Expand Down

0 comments on commit 08f3442

Please sign in to comment.