Give some fixed width to the columns

This commit is contained in:
Girish Ramakrishnan
2018-08-05 22:10:45 -07:00
parent 8f9349ec53
commit a78c991330

View File

@@ -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>