Push margin-top of TimelineBody +1px#7617
Conversation
🦋 Changeset detectedLatest commit: 2acbcc8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
Adjust margin-top of TimelineBody by 1px.
There was a problem hiding this comment.
Pull request overview
Adjusts TimelineBody spacing in @primer/react’s Timeline component to improve visual alignment by nudging the top margin down by 1px.
Changes:
- Updates
TimelineBody’smargin-topfromvar(--base-size-4)tocalc(var(--base-size-4) + 1px). - Adds a targeted
stylelint-disable-next-line primer/spacingfor thecalc(...)spacing expression.
|
👋 Hi from github/github-ui! Your integration PR is ready: https://github.com/github/github-ui/pull/15018 |
|
Integration tests passed but not reporting for CI. Marking as skipped to unblock |
Relates to https://github.com/github/primer/issues/6438
Corresponding PVC PR: primer/view_components#3976
Changelog
Changed
Added +1px to the
margin-topofTimelineBodyto improve visual alignment of elementsRollout strategy
Testing & Reviewing
Good test stories:
Merge checklist