Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: table viz sort icon bottom aligned
Browse files Browse the repository at this point in the history
diegomedina248 committed Jun 21, 2022
1 parent c79b0d6 commit c94c814
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -449,7 +449,7 @@ export default function TableChart<D extends DataRecord = DataRecord>(
data-column-name={col.id}
css={{
display: 'inline-flex',
alignItems: 'center',
alignItems: 'flex-end',
}}
>
<span data-column-name={col.id}>{label}</span>

0 comments on commit c94c814

Please sign in to comment.