agatapst commented on a change in pull request #11780:
URL:
https://github.com/apache/incubator-superset/pull/11780#discussion_r529321344
##########
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:
Yes, that's a good idea - both options look fine, but let's round to the
nearest gridUnit.
----------------------------------------------------------------
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]