Skip to content

Commit

Permalink
fix(ui): fix iframe image aspect ratio
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
ncarlier committed May 8, 2019
1 parent e7ba822 commit 7d2081c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/public/readable.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ body {
background: #fafafa;
}
img {
display: block;
max-width: 100%;
height: auto;
}
pre, code {
overflow: auto;
Expand Down

0 comments on commit 7d2081c

Please sign in to comment.