1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

View File

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