Skip to content

Commit

Permalink
fix(Timeline);
Browse files Browse the repository at this point in the history
 css fix
  • Loading branch information
francinelucca committed Oct 28, 2024
1 parent 57434d7 commit 3ae1346
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react/src/Timeline/Timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const Timeline = styled.ul<{clipSidebar?: boolean} & SxProp>`
flex-direction: column;
list-style: none;
padding-inline-start: 0;
margin-block-start: 0;
margin-block-end: 0;
.Timeline-Group {
padding-inline-start: 0;
Expand Down

0 comments on commit 3ae1346

Please sign in to comment.