Merge pull request #336 from dod-ccpo/right-align-environments

Give members/index Environments column a right alignment
This commit is contained in:
richard-dds 2018-09-25 14:50:01 -04:00 committed by GitHub
commit 0d48d11cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@
<thead>
<tr>
<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">Workspace Role</th>
</tr>