From 6e262429c2749059376422014fbeecc5ec47602b Mon Sep 17 00:00:00 2001 From: Jianchao Yang Date: Wed, 11 Mar 2020 13:31:47 -0700 Subject: [PATCH] fix(legacy-table): adjust sort icon position (#399) --- .../superset-ui-legacy-plugin-chart-table/src/Table.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-table/src/Table.css b/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-table/src/Table.css index 886d965690..235e0b5cde 100644 --- a/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-table/src/Table.css +++ b/plugins/superset-ui-plugins/packages/superset-ui-legacy-plugin-chart-table/src/Table.css @@ -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;