Merge pull request #6387 from Shrhawk/shr/bug/TNL-1026-Advanced-Blank-Problem-text-box-hiding-text

Fix codemirror css for long text
This commit is contained in:
Shrhawk
2015-01-15 16:06:33 +05:00

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;