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