diff --git a/apps/web/src/app/modules/vault-filter/components/organization-options.component.html b/apps/web/src/app/modules/vault-filter/components/organization-options.component.html index c6cf109e05..cbddbd30b2 100644 --- a/apps/web/src/app/modules/vault-filter/components/organization-options.component.html +++ b/apps/web/src/app/modules/vault-filter/components/organization-options.component.html @@ -13,7 +13,7 @@ > diff --git a/apps/web/src/scss/base.scss b/apps/web/src/scss/base.scss index 369077f2e2..5e32df78ec 100644 --- a/apps/web/src/scss/base.scss +++ b/apps/web/src/scss/base.scss @@ -302,6 +302,7 @@ code { } } -button i.bwi { +button i.bwi, +a i.bwi { margin-right: 0.25rem; }