Skip to content

Commit 67b19c2

Browse files
committed
Small fixes for interactive shell
1 parent 8b714c5 commit 67b19c2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

static/css/shell.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
text-align: center;
6060
align-items: center;
6161
margin: 15px;
62+
min-width: 260px;
6263
}
6364

6465
.shell-title {
@@ -175,13 +176,16 @@
175176
font-size: 0.8em;
176177
}
177178

179+
.thebelab-input {
180+
height: 190px;
181+
}
182+
178183
#demo-output-parent {
179184
position: relative;
180185
}
181186

182187
#demo-output {
183188
position: absolute;
184-
top: 88px;
185189
}
186190

187191
@media only screen and (max-width: 1090px) {

0 commit comments

Comments
 (0)