Use initial height for panel children

Needed for packages since `100%` height doesn't play nice with flexbox
This commit is contained in:
simurai
2015-10-28 00:11:28 +09:00
committed by Ben Ogle
parent 4cf8abc786
commit 93ae5cdf38

View File

@@ -61,14 +61,10 @@ atom-panel.bottom {
flex-direction: column;
}
atom-panel.left,
atom-panel.right {
flex-direction: row;
// TODO: Remove in tree-view package
.tree-view-resizer {
height: initial;
}
// Some packages use `height: 100%` which doesn't play nice with flexbox
atom-panel-container > atom-panel.left > *,
atom-panel-container > atom-panel.right > * {
height: initial;
}
// Modal panels