We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22f6d4 commit f07fcb9Copy full SHA for f07fcb9
static/app/gettingStartedDocs/python/celery.tsx
@@ -208,9 +208,8 @@ const docs: Docs = {
208
209
export default docs;
210
211
-const CONTENT_SPACING = space(2);
212
const SpacedOnboardingCodeSnippet = styled(OnboardingCodeSnippet)`
213
pre {
214
- margin-bottom: ${CONTENT_SPACING};
+ margin-bottom: ${space(2)};
215
}
216
`;
0 commit comments