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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user