diff --git a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx index e9c4e2ed69d79..7dd9b34b3fc11 100644 --- a/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx +++ b/superset-frontend/src/views/CRUD/data/database/DatabaseModal/index.tsx @@ -190,9 +190,8 @@ type DBReducerActionType = }; const StyledBtns = styled.div` - display: flex; - justify-content: space-evenly; - padding: ${({ theme }) => theme.gridUnit * 4}px; + margin-bottom: ${({ theme }) => theme.gridUnit * 3}px; + margin-left: ${({ theme }) => theme.gridUnit * 3}px; `; function dbReducer( @@ -1133,7 +1132,7 @@ const DatabaseModal: FunctionComponent = ({ window.location.href = `/superset/sqllab/?db=true`; }} > - {t('GO TO SQL LAB')}{' '} + {t('QUERY DATA IN SQL LAB')}{' '} );