table css

This commit is contained in:
Andras Bacsai
2023-06-12 21:12:07 +02:00
parent 169dc3c2d1
commit 6626795a99
5 changed files with 40 additions and 17 deletions

View File

@@ -1,10 +1,10 @@
<x-layout>
<x-team.navbar :team="session('currentTeam')" />
<h2>Members</h2>
<div class="overflow-x-auto">
<table class="table">
<div class="overflow-hidden">
<table>
<thead>
<tr class="font-bold text-white uppercase border-coolgray-200">
<tr>
<th>Name</th>
<th>Email</th>
<th>Role</th>
@@ -33,8 +33,6 @@
@endif
<livewire:team.invite-link />
</div>
<livewire:team.invitations :invitations="$invitations" />
@endif
</x-layout>