upgrade to Boostrap 5
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
@if (_permissions != null)
|
||||
{
|
||||
<br />
|
||||
<table class="table" style="width: 50%; min-width: 250px;">
|
||||
<table class="table table-borderless" style="width: 50%; min-width: 250px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="col">@Localizer["Role"]</th>
|
||||
@ -34,7 +34,7 @@
|
||||
</table>
|
||||
@if (_users.Count != 0)
|
||||
{
|
||||
<table class="table" style="width: 50%; min-width: 250px;">
|
||||
<table class="table table-borderless" style="width: 50%; min-width: 250px;">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">@Localizer["User"]</th>
|
||||
@ -62,7 +62,7 @@
|
||||
</tbody>
|
||||
</table>
|
||||
}
|
||||
<table class="table" style="width: 50%; min-width: 250px;">
|
||||
<table class="table table-borderless" style="width: 50%; min-width: 250px;">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="input-group">
|
||||
|
Reference in New Issue
Block a user