Merge branch 'jramsay-38624-right-align' into 'master'

Fix incorrectly aligned last updated time

Closes #38624

See merge request gitlab-org/gitlab-ce!14592
This commit is contained in:
Jacob Schatz 2017-09-29 19:25:01 +00:00
commit 171714c923
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ export default RepoFile;
</div>
</td>
<td class="hidden-xs">
<td class="hidden-xs text-right">
<span
class="commit-update"
:title="tooltipTitle(file.lastCommitUpdate)">

View File

@ -75,7 +75,7 @@ export default {
<tr>
<th class="name">Name</th>
<th class="hidden-sm hidden-xs last-commit">Last Commit</th>
<th class="hidden-xs last-update">Last Update</th>
<th class="hidden-xs last-update text-right">Last Update</th>
</tr>
</thead>
<tbody>