mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-07 09:31:31 +01:00
allow details to go smaller than children
This commit is contained in:
parent
c2f778b85a
commit
98784cf81d
@ -107,7 +107,11 @@
|
||||
#details {
|
||||
background-color: $background-color-alt2;
|
||||
flex: 1;
|
||||
min-width: 400px;
|
||||
min-width: 0;
|
||||
|
||||
.inner-content {
|
||||
min-width: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
#groupings, #items, #details {
|
||||
|
Loading…
Reference in New Issue
Block a user