rusackas commented on a change in pull request #11780:
URL:
https://github.com/apache/incubator-superset/pull/11780#discussion_r529112672
##########
File path: superset-frontend/src/SqlLab/components/ScheduleQueryButton.jsx
##########
@@ -92,6 +92,10 @@ const defaultProps = {
tooltip: null,
};
+const StyledRow = styled(Row)`
+ padding-bottom: ${({ theme }) => theme.gridUnit * 2.5}px;
Review comment:
It's splitting hairs, but in a case like this, we could probably round
to the nearest gridUnit. In this case, I'm _guessing_ 2 would look just fine.
Let me know if you think that's not the case :D
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]