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.
frontend/src/app/components/nodes/markdown/markdown.component.scss

24 lines
304 B

.container {
display: flex;
min-height: 600px;
flex-direction: row;
.editor-container, .display {
flex: 1;
}
.editor-container {
display: flex;
flex-direction: column;
}
.editor {
border: 1px solid lightgrey;
flex: 1;
}
.display {
margin-left: 10px;
}
}