Skip to content

Commit

Permalink
fix: table viz sort icon bottom aligned (#20447)
Browse files Browse the repository at this point in the history
(cherry picked from commit 93774d1)
  • Loading branch information
diegomedina248 authored and michael-s-molina committed Jun 23, 2022
1 parent 91bba72 commit 76f3a0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 76f3a0b

Please sign in to comment.