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