You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/07/31 01:12:45 UTC

[GitHub] [incubator-superset] mistercrunch commented on a change in pull request #10486: feat: AntD-based Card component (early/proto version)

mistercrunch commented on a change in pull request #10486:
URL: https://github.com/apache/incubator-superset/pull/10486#discussion_r463354309



##########
File path: superset-frontend/.storybook/preview.jsx
##########
@@ -29,4 +31,14 @@ const themeDecorator = storyFn => (
 );
 
 addDecorator(jsxDecorator);
-addDecorator(themeDecorator);
\ No newline at end of file
+addDecorator(themeDecorator);
+addDecorator(withPaddings);
+
+addParameters({
+  paddings: [
+    { name: 'None', value: '0px' },
+    { name: 'Small', value: '16px' },
+    { name: 'Medium', value: '32px', default: true },
+    { name: 'Large', value: '64px' },
+  ],
+});

Review comment:
       I think the python pre-commit hooks get these EoF lints for me




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org