We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015a9c4 commit d1fe47dCopy full SHA for d1fe47d
v3/css/pytutor.css
@@ -100,6 +100,7 @@ div.ExecutionVisualizer table#pyCodeOutput td {
100
101
div.ExecutionVisualizer #leftCodeGutterSVG {
102
width: 18px;
103
+ min-width: 18px; /* make sure it doesn't squash too thin */
104
height: 0px; /* programmatically set this later ... IE needs this to
105
be 0 or it defaults to something arbitrary and gross */
106
}
0 commit comments