diff --git a/superset-frontend/src/assets/stylesheets/superset.less b/superset-frontend/src/assets/stylesheets/superset.less index 51aded9349571..b564983dcd966 100644 --- a/superset-frontend/src/assets/stylesheets/superset.less +++ b/superset-frontend/src/assets/stylesheets/superset.less @@ -547,6 +547,7 @@ td.filtered { display: flex; flex-direction: column; justify-content: center; + display: none; } // Making native radio buttons use brand color diff --git a/superset-frontend/src/views/components/Menu.tsx b/superset-frontend/src/views/components/Menu.tsx index 0a6db97809aa6..3eef0a13c3449 100644 --- a/superset-frontend/src/views/components/Menu.tsx +++ b/superset-frontend/src/views/components/Menu.tsx @@ -103,7 +103,6 @@ const StyledHeader = styled.header` theme.gridUnit * 4 }px`}; max-width: ${({ theme }) => `${theme.gridUnit * 37}px`}; - img { height: 100%; object-fit: contain;