From 0be2efedfd82db617ccb3f3655e4f8d19300d655 Mon Sep 17 00:00:00 2001 From: Stephen Long Date: Thu, 3 Oct 2019 09:26:47 -0700 Subject: [PATCH] Update TableHeadCell.js --- src/components/TableHeadCell.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/TableHeadCell.js b/src/components/TableHeadCell.js index 26166f993..5f9ebf291 100644 --- a/src/components/TableHeadCell.js +++ b/src/components/TableHeadCell.js @@ -27,10 +27,6 @@ const defaultHeadCellStyles = theme => ({ data: { display: 'inline-block', }, - noSortAction: { - display: 'flex', - verticalAlign: 'top', - }, sortAction: { display: 'flex', verticalAlign: 'top', @@ -165,7 +161,7 @@ class TableHeadCell extends React.Component { ) : ( -
+
{children} {hint && (