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

Commit 08f3442

Browse files
committed
fix(datatable): fixed header not being left-justified
1 parent c8fb4ee commit 08f3442

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte-materialify/src/components/DataTable/DataTableCell.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
th.s-tbl-cell {
1111
height: 56px;
12+
text-align: left;
1213
}
1314

1415
td.s-tbl-cell {

0 commit comments

Comments
 (0)