diff --git a/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx b/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx index 053d7392aa083..042e90b04086a 100644 --- a/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx +++ b/superset-frontend/src/SqlLab/components/RunQueryActionButton.tsx @@ -70,6 +70,7 @@ const StyledButton = styled.span` button { line-height: 13px; transition: background-color 0ms; + // this is to over ride a previous transition built into the component &:last-of-type { margin-right: ${({ theme }) => theme.gridUnit * 2}px; }