mirror of
https://github.com/jupyter/notebook.git
synced 2025-04-24 14:20:54 +08:00
Merge pull request #1759 from gnestor/terminal-style
Fix terminal styles Fixes #1724
This commit is contained in:
commit
e0bcb7deb4
@ -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…
x
Reference in New Issue
Block a user