mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
fix: Position of arrows in Table chart (#18739)
* Fix arrow position * Improve position * Add right position * Improve styling
This commit is contained in:
@@ -430,8 +430,15 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
}}
|
||||
/>
|
||||
) : null}
|
||||
{label}
|
||||
<SortIcon column={col} />
|
||||
<div
|
||||
css={{
|
||||
display: 'inline-flex',
|
||||
alignItems: 'center',
|
||||
}}
|
||||
>
|
||||
<span>{label}</span>
|
||||
<SortIcon column={col} />
|
||||
</div>
|
||||
</th>
|
||||
),
|
||||
Footer: totals ? (
|
||||
|
||||
Reference in New Issue
Block a user