Fix terminal width style bug

Grant Nestor 10 years ago
parent 201e4e4989
commit ec35079b06

@ -7,6 +7,7 @@
}
.terminal {
width: 100%;
float: left;
font-family: monospace;
color: white;
@ -19,6 +20,10 @@
line-height: 1em;
font-size: @notebook_font_size;
}
.xterm-rows {
padding: 10px;
}
}
.terminal-cursor {

Loading…
Cancel
Save