Skip to content

Commit

Permalink
fix: left align text in sortable header (#9329)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
griffindvs and kodiakhq[bot] authored Jul 29, 2021
1 parent 6f8cafb commit f0d1717
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
color: $text-primary;
font: inherit;
line-height: 1;
text-align: left;
transition: background-color $duration--fast-01 motion(entrance, productive),
outline $duration--fast-01 motion(entrance, productive);
}
Expand Down

0 comments on commit f0d1717

Please sign in to comment.