mirror of
https://github.com/ershisan99/coolify.git
synced 2026-02-01 05:12:07 +00:00
table css
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user