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