Skip to content

Commit 7e96458

Browse files
author
Philip Guo
committed
minor
1 parent c1d5dce commit 7e96458

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

TODO

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,6 @@ line of code immediately below each annotation.
147147
- Make the 'Edit code' window display in the same place as the read-only
148148
code display column, in order to prevent abrupt jumping.
149149

150+
- Experiment with having the stack grow DOWNWARDS and see if variable
151+
displays get more STABLE if we do it that way
152+

edu-python.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,6 @@ td.stackFrameVar {
474474
padding-right: 8px;
475475
padding-top: 3px;
476476
padding-bottom: 3px;
477-
min-width: 130px; /* to prevent excess jittering as new variables are added*/
478477
}
479478

480479
td.stackFrameValue {

0 commit comments

Comments
 (0)