This is an automated email from the ASF dual-hosted git repository. lyndsi pushed a commit to branch lyndsi/sql-lab-new-explore-button-functionality-and-move-save-dataset-to-split-save-button in repository https://gitbox.apache.org/repos/asf/superset.git
commit be22b228fe1bf29687c1e7a87f686e56b18d0735 Author: Elizabeth Thompson <[email protected]> AuthorDate: Thu Jun 30 16:45:58 2022 -0700 add more specificity --- .../src/SqlLab/components/SaveDatasetActionButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx b/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx index 41ad01841c..114607e387 100644 --- a/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx +++ b/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx @@ -37,7 +37,7 @@ export default function SaveDatasetActionButton({ const ButtonComponentStyles = styled( DropdownButton as React.FC<DropdownButtonProps>, )` - button.ant-btn.ant-btn-default { + &.ant-dropdown-button button.ant-btn.ant-btn-default { &:first-of-type { width: ${theme.gridUnit * 16}px; }
