1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-03 13:33:32 +01:00

PM-15390 | update margin top in the filter list component (#12157)

* update margin top in the filter list component

* remove surrounding padding and increase margin
This commit is contained in:
Merissa Weinstein 2024-11-27 10:29:17 -06:00 committed by GitHub
parent e938bb1087
commit 2767851925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,5 @@
[open]="initialDisclosureVisibility$ | async"
(openChange)="toggleFilters($event)"
>
<div class="tw-pt-2">
<app-vault-list-filters></app-vault-list-filters>
</div>
<app-vault-list-filters></app-vault-list-filters>
</bit-disclosure>