mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: table viz sort icon bottom aligned (#20447)
(cherry picked from commit 93774d1860)
This commit is contained in:
committed by
Michael S. Molina
parent
59fbf2a202
commit
d1ac6e5db4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user