Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
fix(legacy-table): adjust sort icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Mar 11, 2020
1 parent dc26127 commit afc237e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions packages/superset-ui-legacy-plugin-chart-table/src/Table.css
Expand Up @@ -32,10 +32,11 @@
margin-top: 0.5em;
}

.superset-legacy-chart-table thead th.sorting:after,
table.table thead th.sorting_asc:after,
table.table thead th.sorting_desc:after {
top: 0px;
.superset-legacy-chart-table table.table thead th.sorting:after,
.superset-legacy-chart-table table.table thead th.sorting_asc:after,
.superset-legacy-chart-table table.table thead th.sorting_desc:after {
top: auto;
bottom: 6px;
}
.superset-legacy-chart-table td {
white-space: pre-wrap;
Expand Down

0 comments on commit afc237e

Please sign in to comment.