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

This commit is contained in:
benmcmahon100
2015-08-01 20:25:49 +01:00
parent c075eb0116
commit 0a34dcf6c3

View File

@ -100,9 +100,9 @@ block content
i.fa.fa-bug i.fa.fa-bug
|   Bug |   Bug
.button-spacer .button-spacer
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
form.code form.code
.codeMirrorView .form-group.codeMirrorView
textarea#codeOutput(style='display: none;') textarea#codeOutput(style='display: none;')
br br
#testSuite.negative-10 #testSuite.negative-10
@ -118,6 +118,7 @@ block content
var dashed = !{JSON.stringify(dashedName)}; var dashed = !{JSON.stringify(dashedName)};
.col-xs-12.col-sm-12.col-md-8 .col-xs-12.col-sm-12.col-md-8
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
#mainEditorPanel #mainEditorPanel
form.code form.code
.form-group.codeMirrorView .form-group.codeMirrorView