Fixed some display issues for mobile rendering

This commit is contained in:
Shaun Walker
2020-03-25 10:54:34 -04:00
parent 20e481af3d
commit 1e688dcf5e
12 changed files with 25 additions and 37 deletions

View File

@ -6,7 +6,7 @@
@if (_permissions != null)
{
<br />
<table class="table">
<table class="table" style="width: 50%; min-width: 250px;">
<tbody>
<tr>
<th>Role</th>
@ -32,7 +32,7 @@
</table>
@if (_users.Count != 0)
{
<table class="table">
<table class="table" style="width: 50%; min-width: 250px;">
<thead>
<tr>
<th>User</th>
@ -60,7 +60,7 @@
</tbody>
</table>
}
<table class="table">
<table class="table" style="width: 50%; min-width: 250px;">
<tbody>
<tr>
<td style="text-align: right;"><label for="Username" class="control-label">User: </label></td>