Skip to content

Commit

Permalink
Fixed text alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jan 25, 2019
1 parent 9fe2077 commit e83d8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/admin/component/access-request.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ng-container>
<div class="d-flex justify-content-center">
<div class="w-25 alert alert-info m-3" *ngIf="!(hasUsers$ | async)">
<p>There are no new user requests at this time.</p>
<p class="text-center">There are no new user requests at this time.</p>
</div>
</div>
</ng-container>
Expand Down

0 comments on commit e83d8f8

Please sign in to comment.