We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ad277 commit d09bcc4Copy full SHA for d09bcc4
2 files changed
.changeset/hip-monkeys-reflect.md
@@ -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
@@ -57,7 +57,8 @@
57
.TimelineItem-body {
58
min-width: 0;
59
max-width: 100%;
60
- margin-top: var(--base-size-4);
+ /* stylelint-disable-next-line primer/spacing */
61
+ margin-top: calc(var(--base-size-4) + 1px);
62
color: var(--fgColor-muted);
63
flex: auto;
64
}
0 commit comments