File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ table.frameDataViz td.val {
163163
164164div # pyCodeOutputDiv {
165165 max-width : 550px ;
166- max-height : 620px ;
166+ max-height : 450px ;
167+ /*max-height: 620px;*/
167168 overflow : auto;
168169 /*margin-bottom: 4px;*/
169170}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ ExecutionVisualizer.prototype.render = function() {
125125 <button id="editBtn" class="medBtn" type="button">Edit code</button>\
126126 </div>\
127127 <div id="executionSliderCaption">\
128- Click to focus and then use the left and right arrow keys to<br/>\
128+ Click here to focus and then use the left and right arrow keys to<br/>\
129129 step through execution. Click on lines of code to set breakpoints.\
130130 </div>\
131131 <div id="executionSlider"/>\
You can’t perform that action at this time.
0 commit comments