Skip to content

Commit

Permalink
Adjusted padding of propts to be same as 'nbinput'/'nboutput' content
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Jan 8, 2020
1 parent d77c732 commit 7089ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@
div.nbinput.container div.prompt,
div.nboutput.container div.prompt {
min-width: %(nbsphinx_prompt_width)s;
padding-top: 0.4em;
padding-right: 0.4em;
padding-top: 0.3rem;
padding-right: 0.3rem;
text-align: right;
flex: 0;
}
Expand Down

0 comments on commit 7089ed8

Please sign in to comment.