Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fix(datagrid): align column header vertically
Browse files Browse the repository at this point in the history
align column title with sort icon

Signed-off-by: Tobias Wittwer <[email protected]>
  • Loading branch information
twittwer authored and gnomeontherun committed Oct 16, 2019
1 parent 7d64124 commit e197d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clr-angular/data/datagrid/_datagrid.clarity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
color: $clr-table-font-color;
text-align: left;
flex: 1 1 auto;
align-items: baseline;
align-items: center;
align-self: center;
display: flex;

Expand Down

0 comments on commit e197d1b

Please sign in to comment.