mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Use initial height for panel children
Needed for packages since `100%` height doesn't play nice with flexbox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user