Skip to content

Commit

Permalink
feat(detector): minor changes layout
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Dec 9, 2024
1 parent cac4325 commit 220831d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions detector/src/reporters/layout/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</head>

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

<div class="flex justify-between items-center py-5">
<h1 class="text-3xl text-gray-700 dark:text-gray-400" data-testid="report-title">Test smells report</h1>
Expand All @@ -46,8 +46,8 @@ <h1 class="text-3xl text-gray-700 dark:text-gray-400" data-testid="report-title"
</div>
<div class="grid grid-rows-1 grid-flow-col gap-4">
<div
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">

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"
>
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white" data-testid="total-smells-found">{{ totalSmells }}</h5>
<p class="font-normal text-gray-700 dark:text-gray-400" data-testid="title-smells-found">Test smells</p>
</div>
Expand Down

0 comments on commit 220831d

Please sign in to comment.