Extra border fix

pull/196/head
Nick Denry 4 years ago
parent b7093dabc3
commit a61c7198a3

@ -32,6 +32,7 @@
} }
.CodeMirror-sided--no-fullscreen { .CodeMirror-sided--no-fullscreen {
border-right: none!important;
position: relative; position: relative;
float: left; float: left;
} }
@ -256,7 +257,6 @@
height: auto; height: auto;
position: static; position: static;
min-height: calc(300px + 22px); min-height: calc(300px + 22px);
width: calc(50% - 0px);
float: right; float: right;
} }

Loading…
Cancel
Save