We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a891ead commit a16f69fCopy full SHA for a16f69f
lib/error_tracker/web/live/dashboard.html.heex
@@ -46,10 +46,10 @@
46
<table class="w-full text-sm text-left rtl:text-right text-gray-400 table-fixed">
47
<thead class="text-xs uppercase bg-gray-900">
48
<tr>
49
- <th scope="col" class="px-4 pr-2 py-3 w-128">Error</th>
+ <th scope="col" class="px-4 pr-2 w-72">Error</th>
50
<th scope="col" class="px-4 py-3 w-72">Occurrences</th>
51
<th scope="col" class="px-4 py-3 w-28">Status</th>
52
- <th scope="col" class="px-4 py-3 w-32"></th>
+ <th scope="col" class="px-4 py-3 w-28"></th>
53
</tr>
54
</thead>
55
<tbody>
0 commit comments