mirror of
https://github.com/convergencelabs/monaco-collab-ext.git
synced 2024-10-27 20:34:17 +00:00
20 lines
197 B
CSS
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;
|
|
}
|