We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f7b0d commit a4b19afCopy full SHA for a4b19af
2 files changed
PyTutorGAE/css/pytutor.css
@@ -163,7 +163,8 @@ table.frameDataViz td.val {
163
164
div#pyCodeOutputDiv {
165
max-width: 550px;
166
- max-height: 620px;
+ max-height: 450px;
167
+ /*max-height: 620px;*/
168
overflow: auto;
169
/*margin-bottom: 4px;*/
170
}
PyTutorGAE/js/pytutor.js
@@ -125,7 +125,7 @@ ExecutionVisualizer.prototype.render = function() {
125
<button id="editBtn" class="medBtn" type="button">Edit code</button>\
126
</div>\
127
<div id="executionSliderCaption">\
128
- Click to focus and then use the left and right arrow keys to<br/>\
+ Click here to focus and then use the left and right arrow keys to<br/>\
129
step through execution. Click on lines of code to set breakpoints.\
130
131
<div id="executionSlider"/>\
0 commit comments