Give some fixed width to the columns
This commit is contained in:
@@ -300,10 +300,10 @@
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 1px;"></th>
|
||||
<th>User</th>
|
||||
<th class="text-left hidden-xs hidden-sm">Groups</th>
|
||||
<th style="width: 100px" class="text-right">Actions</th>
|
||||
<th style="width: 0.5%;"></th>
|
||||
<th style="width:45%">User</th>
|
||||
<th style="width:49.5%" class="hidden-xs hidden-sm">Groups</th>
|
||||
<th style="width: 5%" class="text-right">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -357,9 +357,9 @@
|
||||
<table class="table table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Users</th>
|
||||
<th style="width: 300px" class="text-right">Actions</th>
|
||||
<th style="width: 45%">Name</th>
|
||||
<th style="width: 50%">Users</th>
|
||||
<th style="width: 5%" class="text-right">Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user