Move flexbox handling up to the explorer component.
This commit is contained in:
parent
083b0aa376
commit
1cc5dd7911
@ -1,7 +1,4 @@
|
||||
.EditorTextWrapper {
|
||||
/* TODO: This flex should be in the parent */
|
||||
flex: 1;
|
||||
flex-basis: 0;
|
||||
position: relative;
|
||||
background: white;
|
||||
font-family: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, Consolas,
|
||||
|
@ -3,4 +3,9 @@
|
||||
flex-direction: row;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
> * {
|
||||
flex: 1;
|
||||
flex-basis: 0;
|
||||
}
|
||||
}
|
||||
|
@ -1,5 +1,4 @@
|
||||
.OrgAst {
|
||||
flex: 1;
|
||||
background: #eeeeee;
|
||||
padding: 5px;
|
||||
overflow: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user