We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1d5dce commit 7e96458Copy full SHA for 7e96458
2 files changed
TODO
@@ -147,3 +147,6 @@ line of code immediately below each annotation.
147
- Make the 'Edit code' window display in the same place as the read-only
148
code display column, in order to prevent abrupt jumping.
149
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
@@ -474,7 +474,6 @@ td.stackFrameVar {
474
padding-right: 8px;
475
padding-top: 3px;
476
padding-bottom: 3px;
477
- min-width: 130px; /* to prevent excess jittering as new variables are added*/
478
}
479
480
td.stackFrameValue {
0 commit comments