Skip to content

Commit a16f69f

Browse files
committed
Fix table witdh for mobile
1 parent a891ead commit a16f69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/error_tracker/web/live/dashboard.html.heex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
<table class="w-full text-sm text-left rtl:text-right text-gray-400 table-fixed">
4747
<thead class="text-xs uppercase bg-gray-900">
4848
<tr>
49-
<th scope="col" class="px-4 pr-2 py-3 w-128">Error</th>
49+
<th scope="col" class="px-4 pr-2 w-72">Error</th>
5050
<th scope="col" class="px-4 py-3 w-72">Occurrences</th>
5151
<th scope="col" class="px-4 py-3 w-28">Status</th>
52-
<th scope="col" class="px-4 py-3 w-32"></th>
52+
<th scope="col" class="px-4 py-3 w-28"></th>
5353
</tr>
5454
</thead>
5555
<tbody>

0 commit comments

Comments
 (0)