mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix horizontal split inside top-level vertical split.
This commit is contained in:
@@ -31,6 +31,11 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* hack workaround that shouldn't be needed when flexbox works right */
|
||||
.horizontal > .vertical {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.horizontal > div {
|
||||
width: -webkit-flex(1);
|
||||
height: auto;
|
||||
|
||||
Reference in New Issue
Block a user