Added extra regex moving on to fix scroller without those new images

This commit is contained in:
benmcmahon100
2015-08-01 20:20:19 +01:00
parent 608071df08
commit aef867cc69
2 changed files with 5 additions and 4 deletions

View File

@ -100,9 +100,10 @@ block content
i.fa.fa-bug i.fa.fa-bug
|   Bug |   Bug
.button-spacer .button-spacer
form.code .editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
.form-group.codeMirrorView form.code
textarea#codeOutput(style='display: none;') .codeMirrorView
textarea#codeOutput(style='display: none;')
br br
#testSuite.negative-10 #testSuite.negative-10
br br

View File

@ -68,7 +68,7 @@ block content
.editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;") .editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
#mainEditorPanel #mainEditorPanel
form.code form.code
.form-group.codeMirrorView .codeMirrorView
textarea#codeEditor(autofocus=true, style='display: none;') textarea#codeEditor(autofocus=true, style='display: none;')
.col-md-4.col-lg-3 .col-md-4.col-lg-3
.hidden-xs.hidden-sm .hidden-xs.hidden-sm