1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

allow details to go smaller than children

This commit is contained in:
Kyle Spearrin
2018-01-27 18:13:01 -05:00
parent c2f778b85a
commit 98784cf81d

View File

@@ -107,8 +107,12 @@
#details { #details {
background-color: $background-color-alt2; background-color: $background-color-alt2;
flex: 1; flex: 1;
min-width: 0;
.inner-content {
min-width: 400px; min-width: 400px;
} }
}
#groupings, #items, #details { #groupings, #items, #details {
display: flex; display: flex;