diff --git a/src/components/Collections/styledComponents.ts b/src/components/Collections/styledComponents.ts index 82d34105a..87b987614 100644 --- a/src/components/Collections/styledComponents.ts +++ b/src/components/Collections/styledComponents.ts @@ -15,6 +15,7 @@ export const CollectionListBarWrapper = styled(PaddedContainer)` `; export const CollectionInfoBarWrapper = styled(Box)` + width: 100%; margin-bottom: 24px; `;