Skip to content

Commit

Permalink
Merge pull request #5596 from skurt23/input-styling
Browse files Browse the repository at this point in the history
Input styling
  • Loading branch information
jasongrout committed Nov 10, 2018
2 parents b8b7b56 + 287e5de commit c0a8595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/outputarea/style/index.css
Expand Up @@ -152,7 +152,8 @@ body.p-mod-override-cursor .jp-OutputArea-output.jp-mod-isolated:before {
font-size: inherit;
color: inherit;
background-color: inherit;
width: auto;
width: 42%;
min-width: 200px;
/* make sure input baseline aligns with prompt */
vertical-align: baseline;
/* padding + margin = 0.5em between prompt and cursor */
Expand Down

0 comments on commit c0a8595

Please sign in to comment.