Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
tweak raw-input styling
should fix alignment of raw_input and prompt
  • Loading branch information
minrk committed Apr 25, 2013
commit 5a8093e967fe85356cc8f276a63382c654cf8292
2 changes: 1 addition & 1 deletion IPython/frontend/html/notebook/static/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions IPython/frontend/html/notebook/static/less/notebook.less
Original file line number Diff line number Diff line change
Expand Up @@ -484,4 +484,7 @@ span.input_prompt {
}
input.raw_input {
width: auto;
height: 1em;
line-height: 1em;
margin: -2px 0px 0px 0px;
}