1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02: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,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 {