From c4fe38d4934baf45006247b5e940942f324e17eb Mon Sep 17 00:00:00 2001 From: "Patrick H. Lauke" Date: Wed, 18 May 2022 14:56:26 +0100 Subject: [PATCH] Fix styling for vault cipher list scroller (#2693) - following recent change in structure, with ``, the flex styles were one level too high. retargets the selector to the first child `
` --- apps/desktop/src/scss/vault.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/scss/vault.scss b/apps/desktop/src/scss/vault.scss index 5b82b76a20..f7403ad62d 100644 --- a/apps/desktop/src/scss/vault.scss +++ b/apps/desktop/src/scss/vault.scss @@ -15,7 +15,7 @@ app-root { height: 100%; display: flex; - > .items, + > .items > div, > .details, > .logo { display: flex;