Align settings and RBAC tables with template table style

This commit is contained in:
Arya Dwi Putra
2025-12-01 08:31:33 +07:00
parent cbd898c0e9
commit a36e4d5e67
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
@endif
<div class="table-responsive">
<table class="table table-bordered align-middle">
<table class="table table-bordered align-middle text-nowrap">
<thead class="table-light">
<tr>
<th>Permission</th>

View File

@@ -39,7 +39,7 @@
@endif
<div class="table-responsive">
<table class="table table-bordered align-middle">
<table class="table table-bordered align-middle text-nowrap">
<thead class="table-light">
<tr>
<th style="width: 20%;">Role</th>

View File

@@ -39,7 +39,7 @@
@endif
<div class="table-responsive">
<table class="table table-bordered align-middle">
<table class="table table-bordered align-middle text-nowrap">
<thead class="table-light">
<tr>
<th>Nama</th>

View File

@@ -46,7 +46,7 @@
<h6 class="mb-2 text-uppercase text-muted">{{ $group ?: 'general' }}</h6>
</div>
<div class="table-responsive">
<table class="table table-bordered align-middle mb-0">
<table class="table table-bordered align-middle text-nowrap mb-0">
<thead class="table-light">
<tr>
<th style="width: 25%;">Key</th>