mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
fix margin
This commit is contained in:
parent
a76053be58
commit
78e12775e4
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user