Skip to content

Commit 220831d

Browse files
committed
feat(detector): minor changes layout
1 parent cac4325 commit 220831d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detector/src/reporters/layout/example.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</head>
2626

2727
<body class="bg-gray-50 dark:bg-gray-600">
28-
<div class="container mx-auto p-5">
28+
<div class="mx-auto p-5">
2929

3030
<div class="flex justify-between items-center py-5">
3131
<h1 class="text-3xl text-gray-700 dark:text-gray-400" data-testid="report-title">Test smells report</h1>
@@ -46,8 +46,8 @@ <h1 class="text-3xl text-gray-700 dark:text-gray-400" data-testid="report-title"
4646
</div>
4747
<div class="grid grid-rows-1 grid-flow-col gap-4">
4848
<div
49-
class="mb-5 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700">
50-
49+
class="mb-5 max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700"
50+
>
5151
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white" data-testid="total-smells-found">{{ totalSmells }}</h5>
5252
<p class="font-normal text-gray-700 dark:text-gray-400" data-testid="title-smells-found">Test smells</p>
5353
</div>

0 commit comments

Comments
 (0)