Skip to content

Commit e8b703e

Browse files
ref(getting-started): fix code block style definition (#88322)
1 parent fe7b133 commit e8b703e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/app/gettingStartedDocs/python/celery.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,8 @@ const docs: Docs = {
208208

209209
export default docs;
210210

211-
const CONTENT_SPACING = space(2);
212211
const SpacedOnboardingCodeSnippet = styled(OnboardingCodeSnippet)`
213212
pre {
214-
margin-bottom: ${CONTENT_SPACING};
213+
margin-bottom: ${space(2)};
215214
}
216215
`;

0 commit comments

Comments
 (0)