Skip to content

Commit

Permalink
fix: better frontend table width sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
clintjedwards committed Jan 6, 2025
1 parent 601e235 commit d6a1368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gofer/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h1 class="pb-2 text-6xl text-transparent bg-clip-text bg-gradient-to-r from-eme
</div>
</div>
<div id="run-list-continer" class="pt-36 flex flex-col items-center text-slate-800">
<div class="px-4 sm:px-6 lg:px-8 w-3/5">
<div class="px-4 sm:px-6 lg:px-8">
<div class="sm:flex sm:items-center">
<div class="sm:flex-auto">
<h1 class="text-base font-semibold text-gray-900">Runs</h1>
Expand All @@ -37,7 +37,7 @@ <h1 class="text-base font-semibold text-gray-900">Runs</h1>
<div class="mt-8 flow-root">
<div class="-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div class="inline-block min-w-full py-2 align-middle sm:px-6 lg:px-8">
<table class="min-w-full divide-y divide-gray-300">
<table class="table-auto divide-y divide-gray-300">
<thead>
<tr>
<th scope="col" class="text-center whitespace-nowrap py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-0">Namespace</th>
Expand Down

0 comments on commit d6a1368

Please sign in to comment.