Skip to content

Commit

Permalink
Merge pull request #231 from verythorough/fix-img-width
Browse files Browse the repository at this point in the history
Prevent giant images in editor
  • Loading branch information
biilmann authored Feb 18, 2017
2 parents 916c890 + ffead87 commit e294b87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ h1 {
font-size: 25px;
}

img {
max-width: 100%;
}

:global {

& .react-autosuggest__container {
Expand Down

0 comments on commit e294b87

Please sign in to comment.