1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

fix margin

This commit is contained in:
Kyle Spearrin
2018-07-18 09:37:50 -04:00
parent a76053be58
commit 78e12775e4

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>