Skip to content

Commit

Permalink
Update superset-frontend/src/SqlLab/components/SouthPane.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Rusackas <[email protected]>
  • Loading branch information
eschutho and rusackas authored Jan 8, 2021
1 parent 5e371c4 commit 90f9f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/SqlLab/components/SouthPane.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const StyledPane = styled.div`
}
.tab-content {
.alert {
margin-top: 10px;
margin-top: ${({ theme }) => theme.gridUnit * 2}px;
}
button.fetch {
Expand Down

0 comments on commit 90f9f21

Please sign in to comment.