Skip to content

Commit

Permalink
chore(detector): adjusting layout
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Dec 9, 2024
1 parent 0ec8e49 commit 625e2fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions detector/src/reporters/layout/example.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
</div>
</div>
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
<table data-testid="file-list" class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
<table data-testid="file-list" class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400 table-auto min-w-max">
<thead class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
<tr>
<th scope="col" class="px-6 py-3">
Expand Down Expand Up @@ -97,7 +97,7 @@ <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
<tr class="hidden" id="details-{{@index}}">
<td colspan="3" class="p-0" data-testid="{{@index}}-code">
{{#if smells.length}}
<table class="w-full text-left table-auto min-w-max">
<table class="w-full text-left table-auto">
<thead>
<tr>
<th data-testid="smells-table-type" class="p-4 border-b border-blue-gray-100 bg-blue-gray-50">Smell type</th>
Expand Down

0 comments on commit 625e2fc

Please sign in to comment.