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.
10 lines
134 B
10 lines
134 B
3 years ago
|
.slide-editor {
|
||
|
height: 600px;
|
||
|
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
|
||
|
}
|
||
|
|
||
|
.slide-editor .CodeMirror{
|
||
|
height: 100%;
|
||
|
width: 100%;
|
||
|
}
|