Fix styling for vault cipher list scroller (#2693)

- following recent change in structure, with `<app-vault-ciphers>`, the flex styles were one level too high. retargets the selector to the first child `<div>`
This commit is contained in:
Patrick H. Lauke 2022-05-18 14:56:26 +01:00 committed by GitHub
parent 06e25147cd
commit c4fe38d493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ app-root {
height: 100%;
display: flex;
> .items,
> .items > div,
> .details,
> .logo {
display: flex;