Simple css change to get a decent looking demo.
This commit is contained in:
@@ -19,13 +19,14 @@
|
||||
|
||||
|
||||
<style type="text/css">
|
||||
.CodeMirror-scroll {
|
||||
height: 600px;
|
||||
width: 100%;
|
||||
}
|
||||
.CodeMirror-scroll {
|
||||
height: 800px;
|
||||
width: 680px;
|
||||
}
|
||||
.CodeMirror {
|
||||
border: 1px solid black;
|
||||
text-align: left;
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user