Skip to content

Commit

Permalink
margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Mar 21, 2024
1 parent 8ad8744 commit 1e3cee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/sidebar/Sidebar.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export type WrapperProps = {
hovered?: boolean;
};
const Wrapper = styled.div<WrapperProps>`
margin-top: 1px;
flex-shrink: 0;
${(props) => {
const { backgroundLevel1, textPrimary } = props.theme;
Expand Down

0 comments on commit 1e3cee9

Please sign in to comment.