From 8b40bf695fbca35333fc020f1dc9d2519971fd7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CA=88=E1=B5=83=E1=B5=A2?= Date: Tue, 16 Feb 2021 11:23:40 -0800 Subject: [PATCH] style: table sort icon alignment (#13139) --- .../src/components/dataViewCommon/TableCollection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx index 4e15744c2b3..282f5d8db66 100644 --- a/superset-frontend/src/components/dataViewCommon/TableCollection.tsx +++ b/superset-frontend/src/components/dataViewCommon/TableCollection.tsx @@ -84,7 +84,6 @@ export const Table = styled.table` svg { display: inline-block; - top: 2px; position: relative; } }