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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user