Skip to content

Commit

Permalink
Use same padding for prompts as for input/output area
Browse files Browse the repository at this point in the history
See #454.
  • Loading branch information
mgeier committed May 8, 2020
1 parent 37f811e commit 4eda0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@
div.nbinput.container div.prompt,
div.nboutput.container div.prompt {
width: %(nbsphinx_prompt_width)s;
padding-top: 0.3rem;
padding-top: 5px;
position: relative;
user-select: none;
}
Expand Down

0 comments on commit 4eda0ba

Please sign in to comment.