diff --git a/lib/components/src/blocks/Source.tsx b/lib/components/src/blocks/Source.tsx index 287346cf6a48..c71429c020e5 100644 --- a/lib/components/src/blocks/Source.tsx +++ b/lib/components/src/blocks/Source.tsx @@ -52,7 +52,7 @@ const SourceSkeletonPlaceholder = styled.div<{}>(({ theme }) => ({ marginTop: 1, width: '60%', - [`:first-child${ignoreSsrWarning}`]: { + [`&:first-child${ignoreSsrWarning}`]: { margin: 0, }, }));