Skip to content

Commit a6f78e8

Browse files
43081jalexdln
andauthored
Apply suggestions from code review
Co-authored-by: Alex Savelyev <91429106+alexdln@users.noreply.github.com>
1 parent 58297e1 commit a6f78e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package-timeline/[[org]]/[packageName].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ useSeoMeta({
367367
class="mb-2 ms-4 relative last:mb-0"
368368
>
369369
<span
370-
class="absolute -start-[calc(1rem+0.375rem)] top-0.5 flex items-center justify-center w-3 h-3 rounded-full border"
370+
class="absolute -start-[1.375rem] top-0.5 flex items-center justify-center w-3 h-3 rounded-full border"
371371
:class="
372372
ev.positive ? 'bg-green-500 border-green-600' : 'bg-amber-500 border-amber-600'
373373
"

0 commit comments

Comments
 (0)