Skip to content

Commit 55b4d89

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 017e006 commit 55b4d89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/codeHighlights/codeHighlights.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ const HighlightBlockContainer = styled('div')`
135135
border-left: 4px solid var(--accent-purple);
136136
137137
.highlight-line {
138-
padding-left: 8px!important;
138+
padding-left: 8px !important;
139139
}
140140
141141
padding: 2px 0;
@@ -145,7 +145,7 @@ const HighlightBlockContainer = styled('div')`
145145
}
146146
svg {
147147
transition: all 150ms linear;
148-
padding-bottom: 1px
148+
padding-bottom: 1px;
149149
}
150150
`;
151151

0 commit comments

Comments
 (0)