From a321813bf2ef23975ba1fdd9615c71df55de3e61 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 14 Jun 2022 16:44:11 +0530 Subject: [PATCH] fix collection info bar width --- src/components/Collections/styledComponents.ts | 1 + 1 file changed, 1 insertion(+) 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; `;