Added extra regex moving on to fix scroller without those new images
This commit is contained in:
@ -100,8 +100,9 @@ block content
|
|||||||
i.fa.fa-bug
|
i.fa.fa-bug
|
||||||
| Bug
|
| Bug
|
||||||
.button-spacer
|
.button-spacer
|
||||||
|
.editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
|
||||||
form.code
|
form.code
|
||||||
.form-group.codeMirrorView
|
.codeMirrorView
|
||||||
textarea#codeOutput(style='display: none;')
|
textarea#codeOutput(style='display: none;')
|
||||||
br
|
br
|
||||||
#testSuite.negative-10
|
#testSuite.negative-10
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user