convergencelabs_monaco-coll.../example/example.css
Michael MacFadden c743f8df2a Initial commit.
2019-03-03 22:18:50 -06:00

20 lines
197 B
CSS

.body {
margin: 0;
}
.editors {
display: flex;
flex-direction: row;
flex: 1;
}
.editor-column {
flex: 1;
}
.editor {
height: 500px;
border: 1px solid grey;
margin-right: 20px;
}