Skip to content

Commit

Permalink
Add deleted & symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Apr 7, 2022
1 parent 42853ce commit b35d409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/src/blocks/Source.tsx
Expand Up @@ -52,7 +52,7 @@ const SourceSkeletonPlaceholder = styled.div<{}>(({ theme }) => ({
marginTop: 1,
width: '60%',

[`:first-child${ignoreSsrWarning}`]: {
[`&:first-child${ignoreSsrWarning}`]: {
margin: 0,
},
}));
Expand Down

0 comments on commit b35d409

Please sign in to comment.