Skip to content

Commit

Permalink
fix(release-note): fix timeline width
Browse files Browse the repository at this point in the history
  • Loading branch information
melissafalcao committed Jun 9, 2022
1 parent 70bd1b5 commit 0090705
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/release-note/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ import { SxStyleProp } from '@vtex/brand-ui'

const releaseContainer: SxStyleProp = {
mb: '28px',
'& > :nth-child(2)': {
'& > :first-child': {
'& > :nth-child(2)': {
width: '1px',
},
},
},
}

const actionType: SxStyleProp = {
Expand Down

0 comments on commit 0090705

Please sign in to comment.