remove annoying border around editor
This commit is contained in:
parent
23788bca67
commit
93fed83a08
@ -34,10 +34,10 @@
|
|||||||
}
|
}
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30px;
|
top: 25px;
|
||||||
bottom: 5px;
|
bottom: 0px;
|
||||||
left: 5px;
|
left: 0px;
|
||||||
right: 5px;
|
right: 0px;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
#cme_toolbox {
|
#cme_toolbox {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user