Give members/index Environments column a right alignment

This commit is contained in:
richard-dds 2018-09-25 14:14:01 -04:00
parent d0c1bc563f
commit 51bc6fb950

View File

@ -82,7 +82,7 @@
<thead> <thead>
<tr> <tr>
<th scope="col" width="50%">Name</th> <th scope="col" width="50%">Name</th>
<th scope="col">Environments</th> <th scope="col" class="table-cell--align-right">Environments</th>
<th scope="col">Status</th> <th scope="col">Status</th>
<th scope="col">Workspace Role</th> <th scope="col">Workspace Role</th>
</tr> </tr>