mirror of
https://github.com/bitwarden/browser
synced 2025-01-14 11:29:52 +01: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:
parent
06e25147cd
commit
c4fe38d493
@ -15,7 +15,7 @@ app-root {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
|
||||
> .items,
|
||||
> .items > div,
|
||||
> .details,
|
||||
> .logo {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user