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

fix(legacy-table): adjust sort icon position #399

Merged
merged 1 commit into from Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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