Merge pull request #1759 from gnestor/terminal-style

Fix terminal styles

Fixes #1724
This commit is contained in:
Yuvi Panda 2016-09-12 11:08:30 -07:00 committed by GitHub
commit e0bcb7deb4

View File

@ -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 {