Skip to content

Commit 625e2fc

Browse files
committed
chore(detector): adjusting layout
1 parent 0ec8e49 commit 625e2fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

detector/src/reporters/layout/example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
6565
</div>
6666
</div>
6767
<div class="relative overflow-x-auto shadow-md sm:rounded-lg">
68-
<table data-testid="file-list" class="w-full text-sm text-left rtl:text-right text-gray-500 dark:text-gray-400">
68+
<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">
6969
<thead class="text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-700 dark:text-gray-400">
7070
<tr>
7171
<th scope="col" class="px-6 py-3">
@@ -97,7 +97,7 @@ <h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
9797
<tr class="hidden" id="details-{{@index}}">
9898
<td colspan="3" class="p-0" data-testid="{{@index}}-code">
9999
{{#if smells.length}}
100-
<table class="w-full text-left table-auto min-w-max">
100+
<table class="w-full text-left table-auto">
101101
<thead>
102102
<tr>
103103
<th data-testid="smells-table-type" class="p-4 border-b border-blue-gray-100 bg-blue-gray-50">Smell type</th>

0 commit comments

Comments
 (0)