Skip to content

Commit 2bec7a9

Browse files
fix(ui): Inmprove spacing on code snippet header (#77492)
Before <img alt="clipboard.png" width="1085" src="https://i.imgur.com/8TmGqVt.png" /> After <img alt="clipboard.png" width="1074" src="https://i.imgur.com/H4LOaeX.png" />
1 parent 6cef5ad commit 2bec7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: static/app/components/codeSnippet.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ const Header = styled('div')<{isSolid: boolean}>`
240240
`}
241241
`;
242242

243-
const FileName = styled('p')`
243+
const FileName = styled('span')`
244244
${p => p.theme.overflowEllipsis}
245245
padding: ${space(0.5)} ${space(0.5)};
246246
margin: 0;

0 commit comments

Comments
 (0)