progress
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<main class="max-w-5xl mx-auto p-6">
|
||||
<main class="max-w-full mx-auto p-6 px-4 lg:px-6">
|
||||
{% block content %}{% endblock %}
|
||||
</main>
|
||||
</body>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
{% block content %}
|
||||
<h1 class="text-xl font-semibold mb-4">Projects for {{ case_email }}</h1>
|
||||
<div class="bg-white shadow rounded-2xl overflow-scroll">
|
||||
<table class="min-w-full">
|
||||
<table class="w-full">
|
||||
<thead class="bg-slate-100 text-left text-sm">
|
||||
<tr>
|
||||
<th class="px-4 py-3">Matter Num</th>
|
||||
|
||||
Reference in New Issue
Block a user