You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
convergencelabs_monaco-coll.../example/example.css

20 lines
197 B

.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;
}