Skip to content

Commit

Permalink
fix(components): set left position to 0 in Banner
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Apr 28, 2024
1 parent a28e5fc commit 1a91c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const Wrapper = styled.div<{
flex-direction: row;
height: ${p => (!p.$isHidden && p.$isCollapsed ? '10px' : '50px')};
justify-content: space-between;
left: 0;
max-width: 100%;
min-width: 100%;
padding: 0 2rem;
Expand Down

0 comments on commit 1a91c7f

Please sign in to comment.