diff --git a/public/js/lib/coursewares/commonFrameWork.js b/public/js/lib/coursewares/commonFrameWork.js index 1a40d2f1f4..661c6d2224 100644 --- a/public/js/lib/coursewares/commonFrameWork.js +++ b/public/js/lib/coursewares/commonFrameWork.js @@ -551,6 +551,10 @@ function bonfireExecute() { workerError("Unsafe $($)"); } } + setTimeout(function() { + var $marginFix = $('.innerMarginFix'); + $marginFix.css('min-height', $marginFix.height()); + }, 500); } $('#submitButton').on('click', function() { diff --git a/server/views/coursewares/showBonfire.jade b/server/views/coursewares/showBonfire.jade index 2b99885971..cdc7f7c2e3 100644 --- a/server/views/coursewares/showBonfire.jade +++ b/server/views/coursewares/showBonfire.jade @@ -19,6 +19,7 @@ block content .row(ng-controller="pairedWithController") .col-xs-12.col-sm-12.col-md-4.col-lg-3 .scroll-locker(id = "scroll-locker") + .innerMarginFix(style=' width: 99%') #testCreatePanel.well h3.text-center.negative-10= name .positive-15.positive-15-bottom