Skip to content

Commit 728ce28

Browse files
frano-mCopilot
andauthored
Update app/components/common/Card/components/SectionContentCard/sectionContentCard.styles.ts
Co-authored-by: Copilot <[email protected]>
1 parent d542295 commit 728ce28

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)