Skip to content

Commit d09bcc4

Browse files
authored
Push margin-top of TimelineBody +1px (#3976)
1 parent 78ad277 commit d09bcc4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changeset/hip-monkeys-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/view-components": patch
3+
---
4+
5+
Push margin-top of TimelineBody +1px

app/components/primer/beta/timeline_item.pcss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
.TimelineItem-body {
5858
min-width: 0;
5959
max-width: 100%;
60-
margin-top: var(--base-size-4);
60+
/* stylelint-disable-next-line primer/spacing */
61+
margin-top: calc(var(--base-size-4) + 1px);
6162
color: var(--fgColor-muted);
6263
flex: auto;
6364
}

0 commit comments

Comments
 (0)