added codemirror editor
This commit is contained in:
parent
1189487d4b
commit
eb150732fb
3 changed files with 7 additions and 0 deletions
|
|
@ -149,3 +149,9 @@ textarea {
|
|||
padding: 5px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
width: 90%;
|
||||
border: 1px dotted gray;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue