We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e7f7b commit efcc0c0Copy full SHA for efcc0c0
static/app/components/groupMetaRow.tsx
@@ -162,6 +162,8 @@ const GroupExtra = styled('div')`
162
color: ${p => p.theme.tokens.interactive.link.accent.hover};
163
}
164
165
+ /* Adds a 1px vertical separator between visible siblings, automatically
166
+ skipping children that render null */
167
& > * + * {
168
margin-left: ${p => p.theme.space.sm};
169
padding-left: ${p => p.theme.space.sm};
0 commit comments