Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Fix max image width
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Mar 25, 2020
1 parent 6b02ba0 commit a6dbe58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/nbtohtml/notebook.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
margin: 0 0 0.8em;
}

.notebook img {
max-width: 100%;
}

.notebook pre {
margin: 0;
}
Expand Down

0 comments on commit a6dbe58

Please sign in to comment.