Skip to content

Commit

Permalink
fix(legacy-table): adjust sort icon position (apache-superset#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Mar 11, 2020
1 parent 475b8fd commit 6e26242
Showing 1 changed file with 5 additions and 4 deletions.
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 6e26242

Please sign in to comment.