mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
Added extra regex moving on to fix scroller without those new images
This commit is contained in:
parent
608071df08
commit
aef867cc69
@ -100,9 +100,10 @@ block content
|
||||
i.fa.fa-bug
|
||||
| Bug
|
||||
.button-spacer
|
||||
form.code
|
||||
.form-group.codeMirrorView
|
||||
textarea#codeOutput(style='display: none;')
|
||||
.editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
|
||||
form.code
|
||||
.codeMirrorView
|
||||
textarea#codeOutput(style='display: none;')
|
||||
br
|
||||
#testSuite.negative-10
|
||||
br
|
||||
|
||||
@ -68,7 +68,7 @@ block content
|
||||
.editorScrollDiv(style = "overflow-y: scroll; overflow-x: hidden;")
|
||||
#mainEditorPanel
|
||||
form.code
|
||||
.form-group.codeMirrorView
|
||||
.codeMirrorView
|
||||
textarea#codeEditor(autofocus=true, style='display: none;')
|
||||
.col-md-4.col-lg-3
|
||||
.hidden-xs.hidden-sm
|
||||
|
||||
Loading…
Reference in New Issue
Block a user