1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[bug] Fix tab order regression (#1340)

This commit is contained in:
Addison Beck
2022-02-14 15:43:05 -05:00
committed by GitHub
parent 659c9ea78d
commit 2e09265d3a
3 changed files with 27 additions and 14 deletions

View File

@@ -27,7 +27,20 @@ app-root {
}
}
> .items {
order: 2;
}
> .details {
order: 3;
}
> .logo {
order: 4;
}
> .groupings {
order: 1;
width: 22%;
min-width: 175px;
max-width: 250px;