Fix codemirror css for long text

This commit is contained in:
Syed Hassan Raza
2015-01-02 20:02:49 +05:00
parent 477031e171
commit 5bcd506e4a

View File

@@ -576,6 +576,16 @@ div.problem {
visibility: visible;
}
.CodeMirror-code pre {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.CodeMirror-scroll {
margin-right: 0px;
}
hr {
float: none;
clear: both;