mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-06 18:57:56 +01:00
fix margin
This commit is contained in:
parent
a76053be58
commit
78e12775e4
@ -34,7 +34,7 @@
|
|||||||
<ng-container *ngIf="loaded">
|
<ng-container *ngIf="loaded">
|
||||||
<ng-container *ngIf="!organizations || !organizations.length">
|
<ng-container *ngIf="!organizations || !organizations.length">
|
||||||
<p>{{'noOrganizationsList' | i18n}}</p>
|
<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>
|
<i class="fa fa-plus fa-fw"></i>
|
||||||
{{'newOrganization' | i18n}}
|
{{'newOrganization' | i18n}}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user