Skip to content

Commit 66de818

Browse files
authored
fix(style): slight tweak to spacing of star in header (#102499)
<!-- Describe your PR here. --> Spacing of star was off in header on Dashboard page. Adjusted to align star in header with star in the rows below. <!-- Sentry employees and contractors can delete or ignore the following. -->
1 parent a3b99b7 commit 66de818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/dashboards/manage/dashboardTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,5 +391,5 @@ const StyledButton = styled(Button)`
391391
`;
392392

393393
const StyledIconStar = styled(IconStar)`
394-
margin-left: ${space(0.25)};
394+
margin-left: ${space(0.75)};
395395
`;

0 commit comments

Comments
 (0)