Resize editor (#600)
This commit is contained in:
5
public/css/style.css
vendored
5
public/css/style.css
vendored
@@ -92,7 +92,10 @@ code.hljs {
|
||||
|
||||
.cm-editor {
|
||||
height: 337px;
|
||||
max-height: 337px;
|
||||
min-height: 100px;
|
||||
max-height: none;
|
||||
resize: vertical;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.line-code.selected {
|
||||
|
||||
Reference in New Issue
Block a user