This is an automated email from the ASF dual-hosted git repository. suddjian pushed a commit to branch all-charts-category-alone in repository https://gitbox.apache.org/repos/asf/superset.git
commit 5783041869a04173535a1891ceca8b0dbad03f23 Author: David Aaron Suddjian <[email protected]> AuthorDate: Mon Jul 26 17:11:05 2021 -0700 stop hiding all charts button --- .../src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx b/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx index 3ade52b..1d6c362 100644 --- a/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx +++ b/superset-frontend/src/explore/components/controls/VizTypeControl/VizTypeGallery.tsx @@ -192,7 +192,6 @@ const SelectorLabel = styled.button` border-radius: ${theme.borderRadius}px; line-height: 2em; text-overflow: ellipsis; - overflow: hidden; white-space: nowrap; position: relative;
