fix margin

This commit is contained in:
Kyle Spearrin 2018-07-18 09:37:50 -04:00
parent a76053be58
commit 78e12775e4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<ng-container *ngIf="loaded">
<ng-container *ngIf="!organizations || !organizations.length">
<p>{{'noOrganizationsList' | i18n}}</p>
<a href="#" routerLink="/settings/create-organization" class="btn btn-outline-primary ml-auto">
<a href="#" routerLink="/settings/create-organization" class="btn btn-outline-primary">
<i class="fa fa-plus fa-fw"></i>
{{'newOrganization' | i18n}}
</a>