Skip to content

Commit

Permalink
update detail wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jan 22, 2024
1 parent 39b96c6 commit f4fd220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Upload/UploadSteps/UploadStepsDetails/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const CWrapper = styled.div`
font-size: ${(props) => props.theme.typography.size.xSmall};
font-weight: ${(props) => props.theme.typography.weight.bold};
display: block;
margin: 0 5px 0 0;
margin: 0 10px 0 0;
}
`;

Expand Down

0 comments on commit f4fd220

Please sign in to comment.