Skip to content

Commit cdfc441

Browse files
frano-mCopilot
andcommitted
Update app/components/common/Card/components/SectionContentCard/sectionContentCard.styles.ts
Co-authored-by: Copilot <[email protected]>
1 parent 485ff36 commit cdfc441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/common/Card/components/SectionContentCard/sectionContentCard.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ export const StyledCard = styled(Card)`
2525
` as typeof Card;
2626

2727
export const StyledStack = styled(Stack)`
28-
grid-column: 1 / span all;
28+
grid-column: 1 / -1;
2929
`;

0 commit comments

Comments
 (0)