Skip to content

Commit

Permalink
Merge pull request #4574 from sudhanshugautam2911/Fix-icon-overlapping
Browse files Browse the repository at this point in the history
Fix icon overlapping
  • Loading branch information
djabarovgeorge authored Oct 22, 2023
2 parents 494d848 + 9e6a023 commit 4cba528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/design-system/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { ArrowLeft, Close } from '../icons';
const HeaderHolder = styled.div`
display: flex;
flex-wrap: nowrap;
gap: 12px;
gap: 36px;
margin: 24px;
margin-bottom: 0;
`;
Expand Down

0 comments on commit 4cba528

Please sign in to comment.