Merge pull request #9247 from rawreef/fix/layout-tweak

Layout tweak - wider instructions column in 2-column layout at 1200+px. 
Solves narrow width on standard 1280px laptop.
pull/9489/head
Mrugesh Mohapatra 2016-07-01 18:38:30 +05:30 committed by GitHub
commit 94f9d0b114
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ block content
link(rel='stylesheet', href='/css/ubuntu.css')
include ../partials/flyer
.row
.col-md-4.col-lg-3
.col-md-4
.scroll-locker(id = "scroll-locker")
.innerMarginFix(style=' width: 99%')
#testCreatePanel
@ -56,7 +56,7 @@ block content
#testSuite
br
.col-md-8.col-lg-9
.col-md-8
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
#mainEditorPanel
form.code

View File

@ -6,7 +6,7 @@ block content
link(rel='stylesheet', href='/css/ubuntu.css')
include ../partials/flyer
.row
.col-md-4.col-lg-3
.col-md-4
.scroll-locker(id = "scroll-locker")
.innerMarginFix(style = "width: 99%;")
#testCreatePanel
@ -56,7 +56,7 @@ block content
br
#testSuite
br
.col-md-8.col-lg-9
.col-md-8
.editorScrollDiv(style = "overflow-y: auto; overflow-x: hidden;")
#mainEditorPanel
form.code